Type alias createSavedViewMutation$data
createSavedViewMutation$data: {
createSavedView: {
color: string | null;
createdAt: number | null;
datasetId: string | null;
description: string | null;
id: string | null;
name: string | null;
slug: string | null;
viewStages: ReadonlyArray<string> | null;
} | null;
}
Type declaration
-
Readonly
createSavedView: {
color: string | null;
createdAt: number | null;
datasetId: string | null;
description: string | null;
id: string | null;
name: string | null;
slug: string | null;
viewStages: ReadonlyArray<string> | null;
} | null