cberg
Version:
Node.js Client for the Codeberg API
22 lines (14 loc) • 530 B
Markdown
# NotificationCount
NotificationCount number of unread notifications
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**_new** | **number** | | [optional] [default to undefined]
## Example
```typescript
import { NotificationCount } from 'berg';
const instance: NotificationCount = {
_new,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)