Skip to content

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

Interface: VFSCommit

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

VFS Commit information

Properties

authorId

authorId: string

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

Author user ID


createdAt

createdAt: Date

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

Commit timestamp


id

id: string

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

Commit ID (SHA-like)


message

message: string

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

Commit message


metadata?

optional metadata: Record<string, string>

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

Additional metadata


parentIds

parentIds: string[]

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

Parent commit IDs

Licensed under BUSL-1.1