Skip to content

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

Interface: CheckoutFileInput

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

Input for checking out a file from a specific commit

Properties

branch

branch: string

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


commitId

commitId: string

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


path

path: string

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


workspaceId

workspaceId: string

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

Licensed under BUSL-1.1