# HandlerResponse

**Kind:** Type

**Source:** [`src/types.ts`](https://github.com/honojs/hono/blob/main/src/types.ts#L70)

## Definition

```ts
| Response | TypedResponse<O> | Promise<Response | TypedResponse<O>> | Promise<void>
```
