import { TournamentObject } from "./tournament-object"; export interface TournamentResponse { tournament?: TournamentObject | null; }