Type Alias: Category
type Category =
| PlaceCategory
| NestedCategory
| ProductCategory
| TextCategory
| UrlCategory
| PhoneCategory
| InternalLinkCategoryUnion of all category types
You should have a new endpoint to obtain a list of objects of this type. This endpoint must receive at least the id of a place and a string representing a language.
Last updated on