UNPKG

kalshi-typescript

Version:

Official TypeScript SDK for the Kalshi API

22 lines (21 loc) 695 B
/** * Kalshi Trading API * Complete API for the Kalshi trading platform including all handlers for SDK generation * * The version of the OpenAPI document: 2.0.0 * Contact: support@kalshi.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ import type { DailySchedule } from './daily-schedule'; export interface GetExchangeScheduleResponseSchedule { 'monday'?: DailySchedule; 'tuesday'?: DailySchedule; 'wednesday'?: DailySchedule; 'thursday'?: DailySchedule; 'friday'?: DailySchedule; 'saturday'?: DailySchedule; 'sunday'?: DailySchedule; }