# SimulateChangeType | @account-kit/infra

> Overview of SimulateChangeType from @account-kit/infra

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

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

Defined in: [account-kit/infra/src/actions/types.ts:21](https://github.com/alchemyplatform/aa-sdk/blob/main/account-kit/infra/src/actions/types.ts#L21)

## Enumeration Members

<table>
  <thead>
    <tr>
      <th align="left">Enumeration Member</th>
      <th align="left">Value</th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>
        <a id="approve" /> `APPROVE`
      </td>

      <td>
        `"APPROVE"`
      </td>
    </tr>

    <tr>
      <td>
        <a id="transfer" /> `TRANSFER`
      </td>

      <td>
        `"TRANSFER"`
      </td>
    </tr>

  </tbody>
</table>