GetCategoryTreeResponse
Category tree collection response.
interface GetCategoryTreeResponse {
data: CategoryTree[];
meta: MetaCollection;
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
data | Required | CategoryTree[] | Collection of category tree. |
meta | Required | MetaCollection | Meta collection. |