export interface TemandoShippingDataCollectionPointSearchRequestInterface { shippingAddressId: number; countryId: string; postcode: string; }