mirror of
https://github.com/xmanrui/OpenClaw-bot-review.git
synced 2026-07-27 22:25:52 +00:00
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:
@@ -16,6 +16,7 @@ interface AlertConfig {
|
||||
enabled: boolean;
|
||||
receiveAgent: string;
|
||||
rules: AlertRule[];
|
||||
checkInterval?: number;
|
||||
}
|
||||
|
||||
interface Agent {
|
||||
|
||||
Reference in New Issue
Block a user