import {Alert} from './Alert';


export interface AlertSystem extends Alert {
    status?: string; // test
  }