alert updates

This commit is contained in:
Henry Dollman
2024-07-15 15:49:00 -04:00
parent f1819e59b9
commit 6696e1c749
9 changed files with 224 additions and 115 deletions

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

@@ -68,3 +68,10 @@ export interface SystemStatsRecord extends RecordModel {
system: string
info: SystemStats
}
export interface AlertRecord extends RecordModel {
id: string
system: string
name: string
// user: string
}