# TokenList

## Properties

| Name                 | Type                                     | Description | Notes                             |
| -------------------- | ---------------------------------------- | ----------- | --------------------------------- |
| **tokens**           | [**Array&lt;TokenDto&gt;**](TokenDto.md) |             | [default to undefined]            |
| **lastEvaluatedKey** | **string**                               |             | [optional] [default to undefined] |

## Example

```typescript
import { TokenList } from '@affinidi-tdk/iam-client'

const instance: TokenList = {
  tokens,
  lastEvaluatedKey,
}
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
