I\'ve defined two different Shop type:
Shop
interface BasicShop { address: string; distance?: number | null; name: string; thumbnail?: string;