# UninstallValidationParams

> Overview of UninstallValidationParams

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

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

```ts
type UninstallValidationParams<TAccount> = object &
  GetAccountParameter<TAccount, ModularAccountV2>;
```

Defined in: [packages/smart-accounts/src/ma-v2/decorators/installValidation.ts:41](https://github.com/alchemyplatform/aa-sdk/blob/v5.x.x/packages/smart-accounts/src/ma-v2/decorators/installValidation.ts#L41)

## Type Declaration

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

  <tbody>
    <tr>
      <td>
        `entityId`
      </td>

      <td>
        `number`
      </td>
    </tr>

    <tr>
      <td>
        `hookUninstallDatas`
      </td>

      <td>
        [`Hex`](https://viem.sh)\[]
      </td>
    </tr>

    <tr>
      <td>
        `moduleAddress`
      </td>

      <td>
        [`Address`](https://abitype.dev)
      </td>
    </tr>

    <tr>
      <td>
        `uninstallData`
      </td>

      <td>
        [`Hex`](https://viem.sh)
      </td>
    </tr>

  </tbody>
</table>

## Type Parameters

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

  <tbody>
    <tr>
      <td>
        `TAccount` *extends* [`SmartAccount`](https://viem.sh) | `undefined`
      </td>

      <td>
        [`SmartAccount`](https://viem.sh) | `undefined`
      </td>
    </tr>

  </tbody>
</table>