import { type RaceInterface } from '../Race'; export type SheetRaceInterface = { getRace(): RaceInterface | undefined; };