Type Alias WorkspaceSettingsBeta

WorkspaceSettings: {
    isMaster?: boolean;
    os_icon?: string;
}

Type representing settings for a workspace.

Type declaration

  • Optional BetaisMaster?: boolean

    Whether the workspace is the master workspace.

  • Optional Betaos_icon?: string

    The icon for the workspace.