export interface Series {
    id: string;
    name: string;
    shortName: string;
    competitionIds: string[];
}
