1 import type { VerificationPreferences } from '../VerificationPreferences';
2 import type { ContactEmail } from '../contacts';
4 export type GetVerificationPreferences = ({
11 contactEmailsMap?: { [email: string]: ContactEmail | undefined };
12 }) => Promise<VerificationPreferences>;