UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

9 lines 263 B
/** The possible types of contacts associated to a domain name */ export declare enum ContactTypeEnum { 'admin' = "admin", 'all' = "all", 'billing' = "billing", 'owner' = "owner", 'tech' = "tech" } //# sourceMappingURL=ContactTypeEnum.d.ts.map