UNPKG

trade360-nodejs-sdk

Version:

LSports Trade360 SDK for Node.js

12 lines (11 loc) 286 B
import { Result } from './result'; import { Incident } from './incident'; export declare class Period { type?: number; isFinished?: boolean; isConfirmed?: boolean; results?: Result[]; incidents?: Incident[]; subPeriods?: Period[]; sequenceNumber?: number; }