/**
 * Match participant mastery
 */
export class MatchParticipantsMasteryDto {
  masteryId: number
  rank: number
}
