@datatr-ux/ovhcloud-types
Version: 
TypeScript types for OVHCloud projects
13 lines • 556 B
TypeScript
import { OutplanNotificationBlockEnum } from './OutplanNotificationBlockEnum';
/** The outplan notifications configured for your billing account */
export interface ConsumptionThreshold {
    /** The blocking type of the associate lines */
    block: OutplanNotificationBlockEnum;
    /** The id of the notification */
    id: number;
    /** Override the nichandle email for this notification */
    notifyEmail: string;
    /** The notification percentage of maximum outplan */
    percentage: number;
}
//# sourceMappingURL=ConsumptionThreshold.d.ts.map