export const ALERTS_KEY = "alerts"; /** Fallback cadence when the pane's Check interval setting is unset. */ export const POLL_INTERVAL_MS = 30_000; export const POLL_SECONDS_KEY = "pollSeconds";