CustomerAddressInfo: {
    addressId: string;
    title: string;
} & {
    [key: string]: any;
}