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?
optionalbranch: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?
optionalmimeType: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