UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines 271 B
/** Allowed types of contact who can be changed by change contact task */ export declare enum ContactTypeEnum { 'contactAdmin' = "contactAdmin", 'contactBilling' = "contactBilling", 'contactTech' = "contactTech" } //# sourceMappingURL=ContactTypeEnum.d.ts.map