export default interface VintedItemLocation { city_id: number | null; city: string | null; country_id: number | null; country_code: string | null; country_iso_code: string | null; country_title_local: string | null; country_title: string | null; }