@tennac-booking/sdk
Version:
OpenAPI client for @tennac-booking/sdk
23 lines (15 loc) • 700 B
Markdown
# UserNotificationsResponse
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**notifications** | [**Array<NotificationResponse>**](NotificationResponse.md) | | [default to undefined]
**meta** | [**UserNotificationsResponseMeta**](UserNotificationsResponseMeta.md) | | [default to undefined]
## Example
```typescript
import { UserNotificationsResponse } from '@tennac-booking/sdk';
const instance: UserNotificationsResponse = {
notifications,
meta,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)