# NotificationInboxDTO


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**notifications** | [**Array&lt;Item&gt;**](Item.md) |  | [optional] [default to undefined]
**unreadCount** | **number** |  | [optional] [default to undefined]

## Example

```typescript
import { NotificationInboxDTO } from '@caraer/client';

const instance: NotificationInboxDTO = {
    notifications,
    unreadCount,
};
```

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