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