This commit is contained in:
Henry Dollman
2024-07-16 23:31:38 -04:00
parent 4f3796e9bc
commit 8b09b5092e
14 changed files with 296 additions and 131 deletions

2
site/src/types.d.ts vendored
View File

@@ -75,3 +75,5 @@ export interface AlertRecord extends RecordModel {
name: string
// user: string
}
export type ChartTimes = '1h' | '12h' | '24h' | '1w' | '30d'