UNPKG

trade360-nodejs-sdk

Version:

LSports Trade360 SDK for Node.js

9 lines (8 loc) 222 B
import { StatisticValue } from './statistic-value'; export declare class PlayerStatistic { playerId?: number; statistics?: StatisticValue[]; playerName?: string; teamId?: number; hasPlayed?: boolean; }