fix: resolve pre-existing TypeScript errors in alerts and page

Add missing checkInterval to AlertConfig, targetAgents to AlertRule,
and replace invalid SVG title prop with aria-label.
This commit is contained in:
xmanrui
2026-02-25 13:54:08 +08:00
parent 12e43f5983
commit 74b50975b9
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -16,6 +16,7 @@ interface AlertConfig {
enabled: boolean;
receiveAgent: string;
rules: AlertRule[];
checkInterval?: number;
}
interface Agent {