import { SupportEnum } from './SupportEnum';
/** A structure describing all information about alert threshold informations */
export interface AlertThreshold {
    /**  */
    alertEmail: string;
    /**  */
    alertNumber: string;
    /**  */
    alertThreshold: number;
    /**  */
    support: SupportEnum;
}
//# sourceMappingURL=AlertThreshold.d.ts.map