# ListLoggedConsentsOK

## Properties

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

## Example

```typescript
import { ListLoggedConsentsOK } from '@affinidi-tdk/iota-client'

const instance: ListLoggedConsentsOK = {
  consents,
  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)
