# SimulateUserOperationAssetChangesResponse | @account-kit/infra

> Overview of SimulateUserOperationAssetChangesResponse 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. */}

```ts
type SimulateUserOperationAssetChangesResponse = object;
```

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

## Properties

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

  <tbody>
    <tr>
      <td>
        <a id="changes" /> `changes`
      </td>

      <td>
        [`SimulateAssetChange`](../interfaces/SimulateAssetChange)\[]
      </td>
    </tr>

    <tr>
      <td>
        <a id="error" /> `error?`
      </td>

      <td>
        [`SimulateAssetChangesError`](../interfaces/SimulateAssetChangesError)
      </td>
    </tr>

  </tbody>
</table>