UNPKG

trade360-nodejs-sdk

Version:
7 lines (6 loc) 281 B
import { MarketEvent, OutrightLeagueCompetition } from '../core-entities/index.js'; import { BaseEntity } from './'; export declare class OutrightLeagueSettlementUpdate implements BaseEntity { [key: string]: unknown; competition?: OutrightLeagueCompetition<MarketEvent>; }