export interface AlertInfoObject {
    shape: string;
    cssClass: string;
}
