import type { Id } from "../../lib/generate-id";

export type Round = {
  id: Id;
  roundNumber: number;
};
