UNPKG

@jlenon7/zedjs

Version:

Riot API Library for NodeJS

8 lines (7 loc) 117 B
/** * Match participant mastery */ export class MatchParticipantsMasteryDto { masteryId: number rank: number }