Defined in: [src/types/interrupt.ts:48](https://github.com/strands-agents/harness-sdk/blob/333885bbdabbb126ca305af4cc30d2214417e39c/strands-ts/src/types/interrupt.ts#L48)

User response to an interrupt.

## Properties

### interruptId

```ts
interruptId: string;
```

Defined in: [src/types/interrupt.ts:52](https://github.com/strands-agents/harness-sdk/blob/333885bbdabbb126ca305af4cc30d2214417e39c/strands-ts/src/types/interrupt.ts#L52)

Unique identifier of the interrupt being responded to.

---

### response

```ts
response: JSONValue;
```

Defined in: [src/types/interrupt.ts:57](https://github.com/strands-agents/harness-sdk/blob/333885bbdabbb126ca305af4cc30d2214417e39c/strands-ts/src/types/interrupt.ts#L57)

User’s response to the interrupt.