export interface IStore {
    address: string;
    city: string;
    country: string;
    entity_id: string;
    label: string;
    latitude: string;
    longitude: string;
    pickup_identifier: string;
    store_code: string;
    updated_at: string;
    url: null
    zip: string;
}