# ExecuteableFunctionResult | @account-kit/react

> Overview of ExecuteableFunctionResult from @account-kit/react

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

```ts
type ExecuteableFunctionResult<TFunctionName, TActions> = ReturnType<
  TActions[TFunctionName]
>;
```

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

## Type Parameters

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

  <tbody>
    <tr>
      <td>
        `TFunctionName` *extends* [`ExecutableFunctionName`](ExecutableFunctionName)\<`TActions`>
      </td>

      <td>
        ‐
      </td>
    </tr>

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

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

  </tbody>
</table>