Skip to Content
APIUtilsType Alias: PlaceCategory

Type Alias: PlaceCategory

type PlaceCategory = BasicCategory & object

Represents 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: string

Child 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