Skip to content

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

Interface: VFSMergeResult

Defined in: packages/fireflow-vfs/src/types/git.ts:78

Merge result

Properties

commitId?

optional commitId: string

Defined in: packages/fireflow-vfs/src/types/git.ts:80

Resulting commit ID (if successful)


conflicts?

optional conflicts: 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

Licensed under BUSL-1.1