# InputToDataByTarget

**Kind:** Type

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

## Definition

```ts
T extends { [K in Target]: infer R } ? R : never
```
