Skip to content

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

Enumeration: ConflictType

Defined in: packages/fireflow-vfs/src/types/operation-plan.ts:27

Conflict types that require user confirmation

Enumeration Members

FILE_EXISTS

FILE_EXISTS: "file_exists"

Defined in: packages/fireflow-vfs/src/types/operation-plan.ts:29


FOLDER_EXISTS

FOLDER_EXISTS: "folder_exists"

Defined in: packages/fireflow-vfs/src/types/operation-plan.ts:28

Licensed under BUSL-1.1