ICategoryTree

Interface

Represents a category tree structure. Each node has a label, a value, and potentially children.

Properties

Property Type Notes
children Record<stringICategoryTree>
label string
value string

Interface defined in common/src/core/schemas/internal/categories/getCategoryTree.ts:12