UNPKG

@jlenon7/zedjs

Version:

Riot API Library for NodeJS

14 lines (13 loc) 359 B
import { MatchPositionDto } from './match-position.dto'; export declare class MatchParticipantFrameDto { totalGold: number; teamScore: number; participantId: number; level: number; currentGold: number; minionsKilled: number; dominionScore: number; xp: number; jungleMinionsKilled: number; position: MatchPositionDto; }