Skip to content

PersistentAI API Documentation / @persistentai/fireflow-vfs / generated/lakefs/types.gen / FindMergeBaseResult

Type Alias: FindMergeBaseResult

FindMergeBaseResult = object

Defined in: packages/fireflow-vfs/src/generated/lakefs/types.gen.ts:62

Properties

base_commit_id

base_commit_id: string

Defined in: packages/fireflow-vfs/src/generated/lakefs/types.gen.ts:74

The commit ID of the merge base


destination_commit_id

destination_commit_id: string

Defined in: packages/fireflow-vfs/src/generated/lakefs/types.gen.ts:70

The commit ID of the merge destination


source_commit_id

source_commit_id: string

Defined in: packages/fireflow-vfs/src/generated/lakefs/types.gen.ts:66

The commit ID of the merge source

Licensed under BUSL-1.1