Coda by Ian Macalinao
    Preparing search index...

    Variable VALUE_NODE_KINDSConst

    VALUE_NODE_KINDS: (
        | "arrayValueNode"
        | "booleanValueNode"
        | "bytesValueNode"
        | "constantValueNode"
        | "enumValueNode"
        | "injectedValueNode"
        | "mapValueNode"
        | "noneValueNode"
        | "numberValueNode"
        | "publicKeyValueNode"
        | "setValueNode"
        | "someValueNode"
        | "stringValueNode"
        | "structValueNode"
        | "tupleValueNode"
    )[]

    The composable form: any standalone value node.