# ExecutionHooks | @account-kit/smart-contracts

> Overview of ExecutionHooks from @account-kit/smart-contracts

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

```ts
type ExecutionHooks = object;
```

Defined in: [account-kit/smart-contracts/src/msca/account-loupe/types.ts:14](https://github.com/alchemyplatform/aa-sdk/blob/main/account-kit/smart-contracts/src/msca/account-loupe/types.ts#L14)

## Properties

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

  <tbody>
    <tr>
      <td>
        <a id="postexechook" /> `postExecHook`
      </td>

      <td>
        [`FunctionReference`](FunctionReference)
      </td>
    </tr>

    <tr>
      <td>
        <a id="preexechook" /> `preExecHook`
      </td>

      <td>
        [`FunctionReference`](FunctionReference)
      </td>
    </tr>

  </tbody>
</table>