UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines 200 B
/** The media support used to be contacted in case of alert */ export declare enum SupportEnum { 'both' = "both", 'mail' = "mail", 'sms' = "sms" } //# sourceMappingURL=SupportEnum.d.ts.map