Skip to content

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

Interface: VFSBranch

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

VFS Branch information

Properties

commitId

commitId: string

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

Current commit ID


isDefault

isDefault: boolean

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

Whether this is the default branch


name

name: string

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

Branch name

Licensed under BUSL-1.1