UNPKG

@jlenon7/zedjs

Version:

Riot API Library for NodeJS

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