# ExecutableFunctionName | @account-kit/react

> Overview of ExecutableFunctionName 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 ExecutableFunctionName<TActions> =
  keyof TActions extends infer functionName
    ? [functionName] extends [never]
      ? string
      : functionName
    : string;
```

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

## 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>