export interface Alert {
    created: string;
    msg: string;

  }