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?
optionalerror:string
Defined in: packages/fireflow-vfs/src/types/uri.ts:68
Error message if invalid
parsed?
optionalparsed: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