export interface AlertMessage { severity: string; summary: string; detail: string; uuid?: string; keepalive?: boolean; key?: string; }