export interface PatchSeason { id: string, name: string, description: string | null, startDate: Date, endDate: Date }