import { ContactTypeEnum } from './ContactTypeEnum';
/** Payload used to request the regeneration of obfuscated email redirections for the provided contacts of a domain name */
export interface ObfuscatedEmailRefreshPayload {
    /** Type of the contacts to refresh email obfuscation for */
    contacts: ContactTypeEnum[];
}
//# sourceMappingURL=ObfuscatedEmailRefreshPayload.d.ts.map