OptionalvenueThe venue's default language name and code
The venue's unique identifier
The venue's supported languages. Includes the default language. Typically if a venue has multiple languages, at least SOME data will be set in each language, which means there will generally be a Locale Pack for each language.
However, there is no guarantee that localized data has actually been added in a given language.
The venue's unique slug. This is typically the key used to identify the venue.
Optionalcountrycode?: stringThe ISO 3166-1 alpha-2 country code of the venue, if known
Eg. CA or US
OptionalcoverImage?: stringThe venue's cover image.
Optionallogo?: stringThe venue's logo
OptionalmappedinWebUrl?: stringThe base URL for Mappedin Web for this venue.
OptionaloperationHours?: {The venue's operation hours.
OptionaltopLocations?: `loc_${string}`[]The locations that are considered the "top" locations for this venue.
Usually used in a quick-access menu in applications to show the most important locations in the venue.
Note: These point to Locations not the EnterpriseLocations.
Optionalextra?: { [key: string]: unknown }{@inheritDoc utility-types/extra!Extra}
An Enterprise Venue adds extra enterprise data to the Enterprise Venue the MVF describes
Interface