Skip to content

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

Interface: MergeBranchInput

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

Input for merging branches

Properties

message?

optional message: string

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


sourceBranch

sourceBranch: string

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


targetBranch?

optional targetBranch: string

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


workspaceId

workspaceId: string

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

Licensed under BUSL-1.1