# RemoveQuestion

**Kind:** Type

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

## Definition

```ts
T extends `${infer R}?` ? R : T
```
