Type Alias TNode<TType, TData>

TNode: { $$type: TType } & TData

Combines a specific node type with additional data properties

Type Parameters

  • TType extends NodeTypeValue

    The node's type identifier

  • TData

    Additional data properties for the node