UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

35 lines (27 loc) 1.05 kB
# ClubMember ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **string** | | [optional] [default to undefined] **userId** | **string** | | [optional] [default to undefined] **clubId** | **string** | | [optional] [default to undefined] **roleId** | **string** | | [optional] [default to undefined] **joinedAt** | **string** | | [optional] [default to undefined] **isActive** | **boolean** | | [optional] [default to undefined] **user** | [**UserResponse**](UserResponse.md) | | [optional] [default to undefined] **role** | [**ClubRoleResponse**](ClubRoleResponse.md) | | [optional] [default to undefined] ## Example ```typescript import { ClubMember } from '@tennac-booking/sdk'; const instance: ClubMember = { id, userId, clubId, roleId, joinedAt, isActive, user, role, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)