Skip to content

JSONPath Tools / @jsonpath-tools/jsonpath / LogicalType

Type Alias: LogicalType

ts
type LogicalType = 
  | typeof LogicalTrue
  | typeof LogicalFalse;

LogicalTrue or LogicalFalse.