@datatr-ux/ovhcloud-types
Version:
TypeScript types for OVHCloud projects
12 lines (11 loc) • 502 B
JavaScript
/** Possible purposes of the domain */
export var IsForEnum;
(function (IsForEnum) {
IsForEnum["campaign_website"] = "campaign_website";
IsForEnum["educational_website"] = "educational_website";
IsForEnum["emails"] = "emails";
IsForEnum["information_website"] = "information_website";
IsForEnum["other_purpose"] = "other_purpose";
IsForEnum["redirect_page"] = "redirect_page";
IsForEnum["transactional_website"] = "transactional_website";
})(IsForEnum || (IsForEnum = {}));