Alokai

GetCategoryTreesResponse

Category tree collection response.

interface GetCategoryTreesResponse {
	data: CategoryTreeItem$1[];
	meta: MetaCollection;
}

Properties

NameRequiredTypeDescription
dataRequiredCategoryTreeItem$1[]Collection of category tree.
metaRequiredMetaCollectionMeta collection.

Referenced Types

On this page