Tree
/ API Reference / Types
Tree
/ API Reference / Types

T_BaseNode

type T_BaseNode<T> = {
  id: string
  children: Array<T> | null
}