UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 229 B
/** Representation of a UK Registrar (used for outgoing transfer) */ export interface UkRegistrar { /** Registrar name */ name: string; /** Registrar tag */ tag: string; } //# sourceMappingURL=UkRegistrar.d.ts.map