import { TournamentObject } from "./tournament-object"; export interface TournamentList { tournaments: Array; }