UNPKG

trade360-nodejs-sdk

Version:

LSports Trade360 SDK for Node.js

8 lines (7 loc) 244 B
import { BaseEntity } from '../index.js'; import { OutrightScore } from './outright-score'; export declare class OutrightScoreEvent implements BaseEntity { [key: string]: unknown; fixtureId: number; outrightScore?: OutrightScore; }