kalshi-typescript
Version:
Official TypeScript SDK for the Kalshi API
21 lines (20 loc) • 596 B
JavaScript
;
/* tslint:disable */
/* eslint-disable */
/**
* 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.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.PositionMarketResultEnum = void 0;
exports.PositionMarketResultEnum = {
Yes: 'yes',
No: 'no'
};