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

Hierarchy (view full)

Properties

Properties

kind: "JSONPathLegNode"
value: string | number