uxowe i funkcjonalne
This commit is contained in:
@@ -263,13 +263,21 @@ export interface AuthUsersPayload {
|
||||
}
|
||||
|
||||
|
||||
export interface KioskChartGroup {
|
||||
id: string;
|
||||
title?: string | null;
|
||||
metric_ids: string[];
|
||||
}
|
||||
|
||||
export interface KioskSettingsPayload {
|
||||
mode: "public" | "private";
|
||||
widgets: string[];
|
||||
hero_metric_ids: string[];
|
||||
realtime_range: string;
|
||||
analytics_range: string;
|
||||
analytics_bucket: string;
|
||||
compare_mode: string;
|
||||
chart_groups: KioskChartGroup[];
|
||||
updated_at?: string | null;
|
||||
updated_by?: string | null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user