Skip to content

PersistentAI API Documentation / @persistentai/fireflow-vfs / / CGUriValidationResult

Interface: CGUriValidationResult

Defined in: packages/fireflow-vfs/src/types/uri.ts:64

Result of URI validation

Properties

error?

optional error: string

Defined in: packages/fireflow-vfs/src/types/uri.ts:68

Error message if invalid


parsed?

optional parsed: ParsedCGUri

Defined in: packages/fireflow-vfs/src/types/uri.ts:70

Parsed URI if valid


valid

valid: boolean

Defined in: packages/fireflow-vfs/src/types/uri.ts:66

Whether the URI is valid

Licensed under BUSL-1.1