Type alias PhoneDto

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

Generated using TypeDoc