@jlenon7/zedjs
Version:
Riot API Library for NodeJS
35 lines (34 loc) • 508 B
TypeScript
export declare class MatchListingMatches {
/**
* Summoner lane
*/
lane: string;
/**
* Game identificator
*/
gameId: number;
/**
* Champion identificator
*/
champion: number;
/**
* Platform id
*/
platformId: string;
/**
* Season
*/
season: number;
/**
* Queue
*/
queue: number;
/**
* Role
*/
role: string;
/**
* Timestamp when it was played
*/
timestamp: number;
}