Coda by Ian Macalinao
    Preparing search index...

    Interface NoneValueNode

    The "absent" value for an optional type.

    interface NoneValueNode {
        kind: "noneValueNode";
    }
    Index
    kind: "noneValueNode"