Skip to Content
APIUtilsType Alias: NestedCategory

Type Alias: NestedCategory

type NestedCategory = BasicCategory & object

Represents 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