Skip to content

PersistentAI API Documentation / @persistentai/fireflow-vfs / path / ValidationResult

Interface: ValidationResult

Defined in: packages/fireflow-vfs/src/path/validation.ts:26

Result of a validation operation

Properties

error?

optional error: string

Defined in: packages/fireflow-vfs/src/path/validation.ts:30

Error message if invalid


valid

valid: boolean

Defined in: packages/fireflow-vfs/src/path/validation.ts:28

Whether the input is valid

Licensed under BUSL-1.1