This commit is contained in:
Mateusz Gruszczyński
2026-03-24 15:49:06 +01:00
parent 55a3c1ab7b
commit 84fe898a74
9 changed files with 203 additions and 42 deletions

View File

@@ -61,7 +61,7 @@ export interface BucketPoint {
label: string;
start: string;
end: string;
value: number;
value: number | null;
}
export interface AnalyticsSummary {