gi-nx / SdkWorkspaceDetails
ts
type SdkWorkspaceDetails = {
name: string;
properties: WorkspacePropertyTree;
settings: {
accentColor?: string;
logo?: string;
projectDefaultApp?: string;
spacesDefaultApp?: string;
};
type: "core" | "team" | "enterprise";
};Properties
| Property | Type |
|---|---|
name | string |
properties | WorkspacePropertyTree |
settings.accentColor? | string |
settings.logo? | string |
settings.projectDefaultApp? | string |
settings.spacesDefaultApp? | string |
type | "core" | "team" | "enterprise" |