PersistentAI API Documentation / @persistentai/fireflow-vfs / / VFSMergeResult
Interface: VFSMergeResult
Defined in: packages/fireflow-vfs/src/types/git.ts:78
Merge result
Properties
commitId?
optionalcommitId:string
Defined in: packages/fireflow-vfs/src/types/git.ts:80
Resulting commit ID (if successful)
conflicts?
optionalconflicts:string[]
Defined in: packages/fireflow-vfs/src/types/git.ts:82
List of conflicting paths (if conflicts exist)
success
success:
boolean
Defined in: packages/fireflow-vfs/src/types/git.ts:84
Whether the merge was successful