Skip to content

Commit

Permalink
add serves_cuisine location field (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdpedrie authored Apr 10, 2024
1 parent 09446d4 commit 97760f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions types.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 97760f0

Please sign in to comment.