Skip to content

JSONPath Tools / @jsonpath-tools/jsonpath / ValueType

Type Alias: ValueType

ts
type ValueType = 
  | JSONValue
  | typeof Nothing;

JSONValue or Nothing.