import {Alert} from './Alert';

export interface AlertMetric extends Alert {
    status: string;
  }