@tennac-booking/sdk
Version:
OpenAPI client for @tennac-booking/sdk
33 lines (25 loc) • 996 B
Markdown
# ClubRoleResponse
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **string** | ID du rôle | [default to undefined]
**userId** | **string** | ID de l\'utilisateur | [default to undefined]
**clubId** | **string** | ID du club | [default to undefined]
**role** | **string** | Rôle attribué | [default to undefined]
**rights** | **Array<string>** | Droits associés | [default to undefined]
**createdAt** | **string** | Date de création | [default to undefined]
**updatedAt** | **string** | Date de mise à jour | [default to undefined]
## Example
```typescript
import { ClubRoleResponse } from '@tennac-booking/sdk';
const instance: ClubRoleResponse = {
id,
userId,
clubId,
role,
rights,
createdAt,
updatedAt,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)