Available types

Venue

This object represents a venue.

fields

fieldtyperequireddescription
locationLocationrequiredVenue location. Can't be a live location.
titlestringrequiredName of the venue
addressstringrequiredAddress of the venue
foursquare_idstringoptionalOptional. Foursquare identifier of the venue
foursquare_typestringoptionalOptional. Foursquare type of the venue. (For example, “arts_entertainment/default”, “arts_entertainment/aquarium” or “food/icecream”.)
google_place_idstringoptionalOptional. Google Places identifier of the venue
google_place_typestringoptionalOptional. Google Places type of the venue. (See supported types.)

import

types.ts
import type { Venue } from "@yaebal/types";

used by

types