@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
10 lines (9 loc) • 369 B
JavaScript
/** The possible types of contacts associated to a domain name */
export var ContactTypeEnum;
(function (ContactTypeEnum) {
ContactTypeEnum["admin"] = "admin";
ContactTypeEnum["all"] = "all";
ContactTypeEnum["billing"] = "billing";
ContactTypeEnum["owner"] = "owner";
ContactTypeEnum["tech"] = "tech";
})(ContactTypeEnum || (ContactTypeEnum = {}));