UNPKG

@kfijolek/boardgamegeekclient

Version:

TypeScript client to interact with BoardGameGeek public XML API

12 lines (11 loc) 237 B
export declare class BggPlaysPlayPlayerDto { color: string; name: string; new: number; rating: number; score: string; startposition: string; userid: number; username: string; win: number; }