claude/funny-maxwell-vcyb19 #91

Merged
chrisp merged 3 commits from claude/funny-maxwell-vcyb19 into main 2026-06-15 22:05:25 +00:00
Showing only changes of commit e1caae9157 - Show all commits

View file

@ -26,6 +26,7 @@ export interface SeasonWithSportsSeasons extends Season {
type: string;
slug: string;
iconUrl: string | null;
simulatorType: string | null;
};
};
}>;