# UseAccountMutationArgs | @account-kit/react

> Overview of UseAccountMutationArgs from @account-kit/react

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

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

```ts
type UseAccountMutationArgs<TAccount> = BaseHookMutationArgs<
  SupportedAccount<TAccount> | SupportedAccounts,
  void
>;
```

Defined in: [account-kit/react/src/hooks/useAccount.ts:19](https://github.com/alchemyplatform/aa-sdk/blob/main/account-kit/react/src/hooks/useAccount.ts#L19)

## Type Parameters

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

  <tbody>
    <tr>
      <td>
        `TAccount` *extends* `SupportedAccountTypes`
      </td>
    </tr>
  </tbody>
</table>