kalshi-typescript
Version:
OpenAPI client for kalshi-typescript
23 lines (15 loc) • 669 B
Markdown
# MaintenanceWindow
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**start_datetime** | **string** | Start date and time of the maintenance window. | [default to undefined]
**end_datetime** | **string** | End date and time of the maintenance window. | [default to undefined]
## Example
```typescript
import { MaintenanceWindow } from 'kalshi-typescript';
const instance: MaintenanceWindow = {
start_datetime,
end_datetime,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)