Type Alias: NestedCategory
type NestedCategory = BasicCategory & objectRepresents a category containing a list of sub categories. It would be stored as a property of the place from which the id is sent to the endpoint.
Type declaration
categories
categories: Category[];Category list.
sortChildrenBy?
optional sortChildrenBy: string;Defines how children of this category should be sorted.
type
type: "Nested"Last updated on