QueryEvaluationResult: { condition: Condition; matches?: Record<string, Param> }

The types of values that the {Query} test method can return.

Type declaration

  • condition: Condition
  • Optionalmatches?: Record<string, Param>