# NotificationStats


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**total** | **number** |  | [default to undefined]
**unread** | **number** |  | [default to undefined]
**byType** | **{ [key: string]: any; }** |  | [default to undefined]
**bySource** | **{ [key: string]: any; }** |  | [default to undefined]

## Example

```typescript
import { NotificationStats } from '@connectedxm/admin-sdk';

const instance: NotificationStats = {
    total,
    unread,
    byType,
    bySource,
};
```

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