UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

35 lines (27 loc) 1.02 kB
# SportResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **string** | | [optional] [default to undefined] **key** | **string** | | [optional] [default to undefined] **name** | **string** | | [optional] [default to undefined] **description** | **string** | | [optional] [default to undefined] **clubId** | **string** | | [optional] [default to undefined] **isActive** | **boolean** | | [optional] [default to undefined] **createdAt** | **string** | | [optional] [default to undefined] **updatedAt** | **string** | | [optional] [default to undefined] ## Example ```typescript import { SportResponse } from '@tennac-booking/sdk'; const instance: SportResponse = { id, key, name, description, clubId, isActive, 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)