Alokai

GetCategoryTreeResponse

Category tree collection response.

interface GetCategoryTreeResponse {
	data: CategoryTree[];
	meta: MetaCollection;
}

Properties

NameRequiredTypeDescription
dataRequiredCategoryTree[]Collection of category tree.
metaRequiredMetaCollectionMeta collection.

Referenced Types

On this page