interface MatchlistDto {
    history: MatchlistEntryDto[];
    puuid: string;
    [key: string]: any;
}

Indexable

  • [key: string]: any

Properties

Properties

puuid: string