UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

10 lines 426 B
import { OptinFieldsEnum } from '../OptinFieldsEnum'; import { ContactTypeEnum } from './ContactTypeEnum'; /** Configuration of the optin fields for contacts related to a domain name */ export interface Optin { /** Fields to display publicly on the Whois */ fields: OptinFieldsEnum[]; /** Type of the contact associated to the optin configuration */ type: ContactTypeEnum; } //# sourceMappingURL=Optin.d.ts.map