Skip to content

JudgeOptions

JudgeOptions<TInput, TOutput, TParams, THarness> = JudgeContext<TInput, TOutput, THarness> & TParams

Convenience helper for judges that accept explicit per-call params.

TInput = any

TOutput extends JsonValue | undefined = JsonValue | undefined

TParams extends object = Record<never, never>

THarness extends Harness<TInput, TOutput> | undefined = Harness<TInput, TOutput> | undefined