trade360-nodejs-sdk
Version:
LSports Trade360 SDK for Node.js
11 lines (10 loc) • 367 B
TypeScript
import { OutrightLeagueFixtureSnapshot } from './outright-league-fixture-snapshot';
/**
* Outright Competition Structure class is responsible for
* deserializing the response from the snapshot API to a
* outright competition body structure.
*/
export declare class OutrightCompetition {
fixtureId: number;
outrightLeague: OutrightLeagueFixtureSnapshot;
}