Coda by Ian Macalinao
    Preparing search index...

    Interface SomeValueNode<TValue>

    interface SomeValueNode<TValue extends ValueNode = ValueNode> {
        kind: "someValueNode";
        value: TValue;
    }

    Type Parameters

    Index

    Properties

    Properties

    kind: "someValueNode"
    value: TValue