DatasetViewOption: Pick<SavedView, "id" | "description" | "color" | "viewStages"> & {
    label: string;
    slug: string;
}

Generated using TypeDoc