# UpgradeToData

> Overview of UpgradeToData

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

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

```ts
type UpgradeToData = object;
```

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

## Properties

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

  <tbody>
    <tr>
      <td>
        <a id="impladdress" /> `implAddress`
      </td>

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

    <tr>
      <td>
        <a id="initializationdata" /> `initializationData`
      </td>

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

  </tbody>
</table>