Type Alias: PlaceCategory
type PlaceCategory = BasicCategory & objectRepresents a category containing a list of places. It would be saved as a property of the place from which it is sent to the endpoint.
Type declaration
childParentId
childParentId: stringChild parent place identifier
places
places: string[];List of place ids.
sortChildrenBy?
optional sortChildrenBy: string;Defines how children of this category should be sorted.
type
type: "Place"Last updated on