export interface IPhysicalObjectLocation { contactPointKey: string locationTypeCode: string street: string number: string unit: string municipalityCode: string cityCode: string regionCode: string provinceCode: string countryCode: string coordinateSystemCode: string latitude: string longitude: string }