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