# DailySchedule


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**open_time** | **string** | Opening time in ET (Eastern Time) format HH:MM. | [default to undefined]
**close_time** | **string** | Closing time in ET (Eastern Time) format HH:MM. | [default to undefined]

## Example

```typescript
import { DailySchedule } from 'kalshi-typescript';

const instance: DailySchedule = {
    open_time,
    close_time,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
