Coda by Ian Macalinao
    Preparing search index...

    Interface MapValueNode<TEntries>

    interface MapValueNode<
        TEntries extends MapEntryValueNode[] = MapEntryValueNode[],
    > {
        entries: TEntries;
        kind: "mapValueNode";
    }

    Type Parameters

    Index

    Properties

    Properties

    entries: TEntries
    kind: "mapValueNode"