# ExtractInput

**Kind:** Type

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

## Definition

```ts
I extends Input ? unknown extends I['in'] ? {} : I['in'] : I
```
