@tennac-booking/sdk
Version:
OpenAPI client for @tennac-booking/sdk
23 lines (15 loc) • 559 B
Markdown
# Health200Response
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**timestamp** | **string** | | [default to undefined]
**status** | **string** | | [default to undefined]
## Example
```typescript
import { Health200Response } from '@tennac-booking/sdk';
const instance: Health200Response = {
timestamp,
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)