@tennac-booking/sdk
Version:
OpenAPI client for @tennac-booking/sdk
23 lines (15 loc) • 605 B
Markdown
# BlockSlotResponse
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**message** | **string** | Message de confirmation | [optional] [default to undefined]
**slot** | [**Slot**](Slot.md) | | [optional] [default to undefined]
## Example
```typescript
import { BlockSlotResponse } from '@tennac-booking/sdk';
const instance: BlockSlotResponse = {
message,
slot,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)