# NativeTokenLimit | @account-kit/smart-contracts

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

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

```ts
type NativeTokenLimit = object;
```

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

## 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>

  </tbody>
</table>