UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

7 lines 385 B
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