@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
13 lines • 357 B
TypeScript
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