EmailDto: Readonly<{
    primary: boolean;
    type: AddressTypeDto;
    value: string;
}>

Type declaration

Generated using TypeDoc