@tennac-booking/sdk
Version:
OpenAPI client for @tennac-booking/sdk
23 lines (15 loc) • 640 B
Markdown
# SportLevel
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | **string** | Nom du niveau (ex: Débutant, Intermédiaire, Avancé) | [default to undefined]
**order** | **number** | Ordre du niveau, du plus faible (petit) au plus fort (grand) | [default to undefined]
## Example
```typescript
import { SportLevel } from '@tennac-booking/sdk';
const instance: SportLevel = {
name,
order,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)