HarnessResultLike
HarnessResultLike<
TOutput> =HarnessRun<TOutput> |SimpleHarnessResult<TOutput>
Either a complete normalized run or a lightweight result to normalize.
Type Parameters
Section titled “Type Parameters”TOutput
Section titled “TOutput”TOutput extends JsonValue | undefined = JsonValue | undefined