UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

47 lines (39 loc) 1.39 kB
# Club ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **string** | | [optional] [default to undefined] **name** | **string** | | [default to undefined] **address** | **string** | | [default to undefined] **city** | **string** | | [default to undefined] **zipCode** | **string** | | [default to undefined] **country** | **string** | | [default to undefined] **phone** | **string** | | [optional] [default to undefined] **email** | **string** | | [optional] [default to undefined] **website** | **string** | | [optional] [default to undefined] **description** | **string** | | [optional] [default to undefined] **logo** | **string** | | [optional] [default to undefined] **isActive** | **boolean** | | [optional] [default to true] **createdAt** | **string** | | [optional] [default to undefined] **updatedAt** | **string** | | [optional] [default to undefined] ## Example ```typescript import { Club } from '@tennac-booking/sdk'; const instance: Club = { id, name, address, city, zipCode, country, phone, email, website, description, logo, 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)