/**
 * Participant runes
 */
export class MatchParticipantsRuneDto {
  runeId: number
  rank: number
}
