Skip to content

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

Interface: WorkspaceSettings

Defined in: packages/fireflow-vfs/src/types/workspace.ts:43

Workspace settings

Properties

allowedMimeTypes?

optional allowedMimeTypes: string[]

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

Allowed MIME types (empty = all allowed)


isPersonal?

optional isPersonal: boolean

Defined in: packages/fireflow-vfs/src/types/workspace.ts:51

Whether this is the user's personal workspace (auto-created)


maxBranches?

optional maxBranches: number

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

Maximum number of branches allowed


maxFileSize?

optional maxFileSize: number

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

Maximum file size in bytes

Licensed under BUSL-1.1