# UseClientActionsResult | @account-kit/react

> Overview of UseClientActionsResult 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 UseClientActionsResult<TActions> = object;
```

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

## Type Parameters

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

  <tbody>
    <tr>
      <td>
        `TActions` *extends* `object`
      </td>

      <td>
        `object`
      </td>
    </tr>

  </tbody>
</table>

## Properties

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

  <tbody>
    <tr>
      <td>
        <a id="data" /> `data`
      </td>

      <td>
        `ReturnType`\<`TActions`\[keyof `TActions`]> | `undefined`
      </td>
    </tr>

    <tr>
      <td>
        <a id="error" /> `error?`
      </td>

      <td>
        `Error` | `null`
      </td>
    </tr>

    <tr>
      <td>
        <a id="executeaction" /> `executeAction`
      </td>

      <td>
        \<`TFunctionName`>(`params`) => `void`
      </td>
    </tr>

    <tr>
      <td>
        <a id="executeactionasync" /> `executeActionAsync`
      </td>

      <td>
        \<`TFunctionName`>(`params`) => `Promise`\<[`ExecuteableFunctionResult`](ExecuteableFunctionResult)\<`TFunctionName`>>
      </td>
    </tr>

    <tr>
      <td>
        <a id="isexecutingaction" /> `isExecutingAction`
      </td>

      <td>
        `boolean`
      </td>
    </tr>

  </tbody>
</table>