UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

11 lines 416 B
/** Possible purposes of the domain */ export declare enum IsForEnum { 'campaign_website' = "campaign_website", 'educational_website' = "educational_website", 'emails' = "emails", 'information_website' = "information_website", 'other_purpose' = "other_purpose", 'redirect_page' = "redirect_page", 'transactional_website' = "transactional_website" } //# sourceMappingURL=IsForEnum.d.ts.map