UNPKG

@tennac-booking/sdk

Version:

OpenAPI client for @tennac-booking/sdk

35 lines (27 loc) 1.25 kB
# ClubDashboardTask ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **key** | [**ClubDashboardTaskKey**](ClubDashboardTaskKey.md) | | [default to undefined] **title** | **string** | Titre affiché | [default to undefined] **label** | **string** | Libellé du bouton / CTA | [default to undefined] **url** | **string** | URL vers la page à ouvrir | [default to undefined] **description** | **string** | Description courte (optionnelle) | [optional] [default to undefined] **content** | **string** | Contenu markdown associe a la tache (ex: texte des CGU) | [optional] [default to undefined] **version** | **string** | Version cible (utile pour la tache CGU) | [optional] [default to undefined] **status** | [**ClubDashboardTaskStatus**](ClubDashboardTaskStatus.md) | | [default to undefined] ## Example ```typescript import { ClubDashboardTask } from '@tennac-booking/sdk'; const instance: ClubDashboardTask = { key, title, label, url, description, content, version, status, }; ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)