trade360-nodejs-sdk
Version:
LSports Trade360 SDK for Node.js
11 lines (10 loc) • 381 B
TypeScript
import { OutrightMarketBodyStructure } from './outright-market-body-structure';
/**
* Outright Fixture Markets Element class is responsible for
* deserializing the response from the snapshot API to a
* outright fixture markets element structure.
*/
export declare class OutrightFixtureMarketsBodyStructure {
fixtureId: number;
markets: OutrightMarketBodyStructure[];
}