Skip to content

craft-hub / OwnerScopeWorkspaceData

Interface: OwnerScopeWorkspaceData

Defined in: packages/craft-hub/src/workspaces.ts:38

Recoverable portable and machine-local state removed with one Team.

Properties

projectBindings

projectBindings: Record<string, string>

Defined in: packages/craft-hub/src/workspaces.ts:40


projectGroups

projectGroups: Record<string, string>

Defined in: packages/craft-hub/src/workspaces.ts:42


projectPaths

projectPaths: Record<string, string>

Defined in: packages/craft-hub/src/workspaces.ts:41


snapshot

snapshot: PortableWorkspaceSnapshot

Defined in: packages/craft-hub/src/workspaces.ts:39


uiState?

optional uiState?: WorkspaceUiState

Defined in: packages/craft-hub/src/workspaces.ts:43

Released under the MIT License.