mobx-bonsai
    Preparing search index...

    Type Alias UntypedNodeType<TNode>

    UntypedNodeType: BaseNodeType<TNode, "untyped", never, 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.