kysely
    Preparing search index...

    Interface JSONPathLegNode

    interface JSONPathLegNode {
        kind: "JSONPathLegNode";
        type: JSONPathLegType;
        value: string | number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    kind: "JSONPathLegNode"
    value: string | number