Skip to content

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

Interface: WriteFileInput

Defined in: packages/fireflow-vfs/src/types/file.ts:73

Input for writing a file

Properties

branch?

optional branch: string

Defined in: packages/fireflow-vfs/src/types/file.ts:75


content

content: string

Defined in: packages/fireflow-vfs/src/types/file.ts:78

Base64-encoded content


mimeType?

optional mimeType: string

Defined in: packages/fireflow-vfs/src/types/file.ts:79


path

path: string

Defined in: packages/fireflow-vfs/src/types/file.ts:76


workspaceId

workspaceId: string

Defined in: packages/fireflow-vfs/src/types/file.ts:74

Licensed under BUSL-1.1