UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

6 lines 325 B
/** Owner contact reference for a domain order: an OVH contact resource, not a NIC handle. */ export interface ContactOwner { /** Numeric identifier of the OVH contact resource (e.g. obtained from /me/contact). Distinct from a NIC handle such as xxxxx-ovh. */ id?: number; } //# sourceMappingURL=ContactOwner.d.ts.map