UNPKG

@jlenon7/zedjs

Version:

Riot API Library for NodeJS

12 lines (11 loc) 312 B
import { MatchParticipantsIdentitiesPlayerDto } from './match-participants-identities-player.dto'; export declare class MatchParticipantsIdentitiesDto { /** * Player information */ player: MatchParticipantsIdentitiesPlayerDto; /** * Participant id */ participantId: number; }