PersistentAI API Documentation / @persistentai/fireflow-vfs / / ConflictResolution
Enumeration: ConflictResolution
Defined in: packages/fireflow-vfs/src/types/operation-plan.ts:35
User response options for conflict resolution
Enumeration Members
CANCEL
CANCEL:
"cancel"
Defined in: packages/fireflow-vfs/src/types/operation-plan.ts:46
KEEP_BOTH
KEEP_BOTH:
"keep_both"
Defined in: packages/fireflow-vfs/src/types/operation-plan.ts:42
MERGE
MERGE:
"merge"
Defined in: packages/fireflow-vfs/src/types/operation-plan.ts:37
OVERWRITE
OVERWRITE:
"overwrite"
Defined in: packages/fireflow-vfs/src/types/operation-plan.ts:41
REPLACE
REPLACE:
"replace"
Defined in: packages/fireflow-vfs/src/types/operation-plan.ts:38
SKIP
SKIP:
"skip"
Defined in: packages/fireflow-vfs/src/types/operation-plan.ts:45