UNPKG

@jlenon7/zedjs

Version:

Riot API Library for NodeJS

15 lines (14 loc) 217 B
export class MetadataDto { /** * Match data version. */ data_version: string /** * A list of encrypted participant PUUIDs. */ participants: string[] /** * Match id. */ match_id: string }