import AlertModel from "./../models/AlertModel"; export interface AlertState { alerts: Array; }