Skip to content

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

Interface: VFSStagedChange

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

Staged change information

Properties

operation

operation: "delete" | "add" | "modify"

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

Operation type


path

path: string

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

File path


size?

optional size: number

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

File size (for add/modify)

Licensed under BUSL-1.1