export interface Email {
    id: number;
    email: string;
    type: string;
    type_display: string;
}
