import type { ChampionshipType } from './ChampionshipType'; export interface ParticipantRef { type: ChampionshipType; id: string; }