kalshi-typescript
Version:
OpenAPI client for kalshi-typescript
21 lines (13 loc) • 538 B
Markdown
# GetExchangeScheduleResponse
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**schedule** | [**Schedule**](Schedule.md) | | [default to undefined]
## Example
```typescript
import { GetExchangeScheduleResponse } from 'kalshi-typescript';
const instance: GetExchangeScheduleResponse = {
schedule,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)