import type { Match, MatchInput } from '../interfaces/match.interface'; export type RoundsInput = MatchInput[][]; export type Rounds = Match[][];