/** Sent Alert to client */
export interface Alert {
    /** Send date */
    alertDate: string;
    /** Alert ID */
    alertId: number;
    /** Receivers of the alert */
    emails?: string[];
}
//# sourceMappingURL=Alert.d.ts.map