UNPKG

kalshi-typescript

Version:
23 lines (15 loc) 669 B
# 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)