UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines 349 B
import { ContactTypeEnum } from './ContactTypeEnum'; /** Payload used to request the email obfuscation of contacts related to a domain name */ export interface ObfuscatedEmailUpdatePayload { /** Type of the contacts to request email obfuscation for */ contacts: ContactTypeEnum[]; } //# sourceMappingURL=ObfuscatedEmailUpdatePayload.d.ts.map