# HookType

> Overview of HookType

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

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

```ts
const HookType: object;
```

Defined in: [packages/smart-accounts/src/ma-v2/types.ts:44](https://github.com/alchemyplatform/aa-sdk/blob/v5.x.x/packages/smart-accounts/src/ma-v2/types.ts#L44)

## Type Declaration

<table>
  <thead>
    <tr>
      <th align="left">Name</th>
      <th align="left">Type</th>
      <th align="left">Default value</th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>
        <a id="execution" /> `EXECUTION`
      </td>

      <td>
        `"0x00"`
      </td>

      <td>
        `"0x00"`
      </td>
    </tr>

    <tr>
      <td>
        <a id="validation" /> `VALIDATION`
      </td>

      <td>
        `"0x01"`
      </td>

      <td>
        `"0x01"`
      </td>
    </tr>

  </tbody>
</table>