UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

6 lines 198 B
/** The type of an extension (country-code TLD or generic TLD) */ export declare enum ExtensionTypeEnum { 'cctld' = "cctld", 'gtld' = "gtld" } //# sourceMappingURL=ExtensionTypeEnum.d.ts.map