Type Alias OsWorkspacePickerPropsBeta

OsWorkspacePickerProps: {
    checkActiveWorkspace?: boolean;
    dashboardOptions?: {
        label: string;
        value: string;
    }[];
    defaultWorkspace?: string;
    desktop: any;
    onChange: ((value: string) => void);
    openWorkspacesOnly?: boolean;
    permissions?: WorkspacePermissionValue;
}

Type representing a workspace item with its settings.