Type alias AddressPersonV2

AddressPersonV2: {
    @type: "AddressPerson";
    address: string | PostalAddressV2;
    geo?: GeoCoordinates;
}

Type declaration