From 97760f005d23508a7cd9b27cd2c90a78889982dd Mon Sep 17 00:00:00 2001 From: John Pedrie Date: Wed, 10 Apr 2024 16:36:57 -0400 Subject: [PATCH] add serves_cuisine location field (#7) --- types.go | 1 + 1 file changed, 1 insertion(+) diff --git a/types.go b/types.go index 06c2e2a..9ebbaeb 100644 --- a/types.go +++ b/types.go @@ -267,6 +267,7 @@ type LocationResult struct { Profiles []DataProvider `json:"profiles"` Reviews *Reviews `json:"reviews"` Pictures *PictureResults `json:"pictures"` + ServesCuisine []string `json:"serves_cuisine"` } type PostalAddress struct {