/** 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