@tennac-booking/sdk
Version:
OpenAPI client for @tennac-booking/sdk
25 lines (17 loc) • 661 B
Markdown
# NotificationResponseClub
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**picture** | **string** | | [optional] [default to undefined]
**name** | **string** | | [optional] [default to undefined]
**id** | **string** | | [optional] [default to undefined]
## Example
```typescript
import { NotificationResponseClub } from '@tennac-booking/sdk';
const instance: NotificationResponseClub = {
picture,
name,
id,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)