# Fetch

**Kind:** Type

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

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

## Definition

```ts
( args?: InferRequestType<T>, opt?: ClientRequestOptions ) => Promise<ClientResponseOfEndpoint<InferEndpointType<T>>>
```
