import { BackgammonColor } from './game'; export interface MatchInfo { matchId: string; gameNumber: number; matchLength: number; matchScore: Record; isCrawford?: boolean; } //# sourceMappingURL=match.d.ts.map