UNPKG

trade360-nodejs-sdk

Version:

LSports Trade360 SDK for Node.js

11 lines (10 loc) 245 B
import { Result } from './result'; export declare class Incident { period?: number; incidentType?: number; seconds?: number; participantPosition?: string; playerId?: string; playerName?: string; results?: Result[]; }