UNPKG

@jlenon7/zedjs

Version:

Riot API Library for NodeJS

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