# ExtractSchema

**Kind:** Type

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

## Definition

```ts
UnionToIntersection< T extends HonoBase<infer _, infer S, any, any> ? S : never >
```
