Type alias JsonpathTypeID

JsonpathTypeID: "null" | "string" | "numeric" | "bool" | "&&" | "||" | "!" | "is_unknown" | "==" | "!=" | "<" | ">" | "<=" | ">=" | "+" | "-" | "*" | "/" | "%" | "+unary" | "-unary" | "[*]" | ".*" | "[subscript]" | ".**" | ".key" | "@" | "$" | "$variable" | "?" | "exists" | "type" | "size" | "abs" | "floor" | "ceiling" | "double" | "datetime" | "keyvalue" | "subscript" | "last" | "starts with" | "like_regex"

Generated using TypeDoc