import type { Match } from "./v3-matches";
export type V2MatchResponse = Match;
