Skip to content

HarnessResultLike

HarnessResultLike<TOutput> = HarnessRun<TOutput> | SimpleHarnessResult<TOutput>

Either a complete normalized run or a lightweight result to normalize.

TOutput extends JsonValue | undefined = JsonValue | undefined