# Erc20TokenLimit | @account-kit/smart-contracts

> Overview of Erc20TokenLimit from @account-kit/smart-contracts

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

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

```ts
type Erc20TokenLimit = object;
```

Defined in: [account-kit/smart-contracts/src/msca/plugins/session-key/permissions.ts:40](https://github.com/alchemyplatform/aa-sdk/blob/main/account-kit/smart-contracts/src/msca/plugins/session-key/permissions.ts#L40)

## Properties

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

  <tbody>
    <tr>
      <td>
        <a id="refreshinterval" /> `refreshInterval?`
      </td>

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

    <tr>
      <td>
        <a id="spendlimit" /> `spendLimit`
      </td>

      <td>
        `bigint`
      </td>
    </tr>

    <tr>
      <td>
        <a id="tokenaddress" /> `tokenAddress`
      </td>

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

  </tbody>
</table>