trade360-nodejs-sdk
Version:
LSports Trade360 SDK for Node.js
11 lines (10 loc) • 341 B
TypeScript
import { OutrightLivescore } from './outright-livescore';
/**
* Outright Score Event Element class is responsible for
* deserializing the response from the snapshot API to a
* outright score event element structure.
*/
export declare class OutrightScoreEventBodyStructure {
fixtureId: number;
outrightScore: OutrightLivescore;
}