UNPKG

@hardbulls/wbsc-crawler

Version:

Tool to crawl events, leagues and statistics from WBSC based websites.

15 lines 352 B
export type PlayerStatistics = { name: string; statistics: { batting?: { [key: string]: number | string; }; pitching?: { [key: string]: number | string; }; fielding?: { [key: string]: number | string; }; }; }; //# sourceMappingURL=PlayerStatistics.d.ts.map