PersistentAI API Documentation / @persistentai/fireflow-vfs / / VFSDiff
Interface: VFSDiff
Defined in: packages/fireflow-vfs/src/types/git.ts:66
Diff entry between two refs
Properties
path
path:
string
Defined in: packages/fireflow-vfs/src/types/git.ts:68
File path
sizeBytes?
optionalsizeBytes:number
Defined in: packages/fireflow-vfs/src/types/git.ts:72
File size in bytes (for added/modified)
type
type:
"added"|"removed"|"modified"
Defined in: packages/fireflow-vfs/src/types/git.ts:70
Change type