Skip to content

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?

optional sizeBytes: 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

Licensed under BUSL-1.1