UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines (7 loc) 343 B
/** Allowed types of contact who can be changed by change contact task */ export var ContactTypeEnum; (function (ContactTypeEnum) { ContactTypeEnum["contactAdmin"] = "contactAdmin"; ContactTypeEnum["contactBilling"] = "contactBilling"; ContactTypeEnum["contactTech"] = "contactTech"; })(ContactTypeEnum || (ContactTypeEnum = {}));