@jlenon7/zedjs
Version:
Riot API Library for NodeJS
35 lines (34 loc) • 428 B
text/typescript
export 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
}