PersistentAI API Documentation / @persistentai/fireflow-vfs / / WorkspaceOwnerType
Enumeration: WorkspaceOwnerType
Defined in: packages/fireflow-vfs/src/types/workspace.ts:18
Workspace owner types
Defines who/what owns a workspace:
- user: Personal workspace owned by a user
- flow: Workspace owned by a flow (for flow outputs)
- team: Workspace owned by a team/organization
- system: System-level workspace (core templates, marketplace, etc.)
Enumeration Members
FLOW
FLOW:
"flow"
Defined in: packages/fireflow-vfs/src/types/workspace.ts:20
SYSTEM
SYSTEM:
"system"
Defined in: packages/fireflow-vfs/src/types/workspace.ts:22
TEAM
TEAM:
"team"
Defined in: packages/fireflow-vfs/src/types/workspace.ts:21
USER
USER:
"user"
Defined in: packages/fireflow-vfs/src/types/workspace.ts:19