---
title: BinaryResponse
seo:
  title: BinaryResponse — TypeScript SDK
  description: Pass/fail response for binary scorers. (TypeScript SDK)
description: Pass/fail response for binary scorers.
---

```typescript
return { value: true, reason: "Output contains expected answer" };
```

## Properties

| Prop | Type | Default | Description |
| - | - | - | - |
| `value?` | `boolean` | - | |
