import type { DaDataSuggestion, Nullable } from '../../core-types'; export interface DaDataEmail { local: Nullable; domain: Nullable; type: null; qc: null; source: null; } export type DaDataEmailSuggestion = DaDataSuggestion;