# InferRequestOptionsType

**Kind:** Type

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

**Part of:** [Client](subsystem-src-client)

## Definition

```ts
T extends ( args: any, options: infer R ) => Promise<ClientResponse<unknown>> ? NonNullable<R> : never
```
