trade360-nodejs-sdk
Version:
LSports Trade360 SDK for Node.js
11 lines (10 loc) • 384 B
TypeScript
import { OutrightFixtureBodyStructure } from './outright-fixture-body-structure';
/**
* Outright Fixture Event Element class is responsible for
* deserializing the response from the snapshot API to a
* outright fixture event element structure.
*/
export declare class OutrightFixtureEventBodyStructure {
fixtureId: number;
outrightFixture: OutrightFixtureBodyStructure;
}