export default interface RequiredAlertAddFlags { type: string; severity: string; operator: string; threshold: number; periods: number; }