Skip to content

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

Interface: VFSSnapshotMessage

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

Snapshot message - sent first when subscribing

Properties

timestamp

timestamp: string

Defined in: packages/fireflow-vfs/src/types/vfs-subscription-messages.ts:49

Timestamp when snapshot was taken


tree

tree: TreeNode[]

Defined in: packages/fireflow-vfs/src/types/vfs-subscription-messages.ts:47

Current tree state


type

type: "SNAPSHOT"

Defined in: packages/fireflow-vfs/src/types/vfs-subscription-messages.ts:45

Licensed under BUSL-1.1