Type Alias UntypedNodeType<TNode>

UntypedNodeType: BaseNodeType<TNode, never, unknown>

A type that represents an untyped node type in the mobx-bonsai tree.

Type Parameters

  • TNode extends object

    The object type that represents the node's data structure.