# SignerBody | @account-kit/signer

> Overview of SignerBody from @account-kit/signer

> For the complete documentation index, see [llms.txt](/docs/llms.txt).

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

```ts
type SignerBody<T> = Extract<
  SignerEndpoints[number],
  {
    Route: T;
  }
>["Body"];
```

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

## Type Parameters

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

  <tbody>
    <tr>
      <td>
        `T` *extends* [`SignerRoutes`](SignerRoutes)
      </td>
    </tr>
  </tbody>
</table>