# ClientWithAlchemyMethods

> Overview of ClientWithAlchemyMethods

{/* This file is auto-generated by TypeDoc. Do not edit manually. */}

```ts
type ClientWithAlchemyMethods = BundlerClient<AlchemyTransport> & object;
```

Defined in: [account-kit/infra/src/client/types.ts:40](https://github.com/alchemyplatform/aa-sdk/blob/main/account-kit/infra/src/client/types.ts#L40)

## Type Declaration

<table>
  <thead>
    <tr>
      <th align="left">Name</th>
      <th align="left">Type</th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>
        `request`
      </td>

      <td>
        `BundlerClient`\<`AlchemyTransport`>\[`"request"`] & `object`\[`"request"`]
      </td>
    </tr>

  </tbody>
</table>