export interface TemandoShippingDataCollectionPointQuoteCollectionPointInterface { entityId: number; collectionPointId: string; recipientAddressId: number; name: string; country: string; region: string; postcode: string; city: string; street: Array; openingHours: Array; shippingExperiences: Array; selected: boolean; }