UNPKG

twisted

Version:
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; }