Skip to content

Commit

Permalink
change id of seriesWithPoblems to required
Browse files Browse the repository at this point in the history
  • Loading branch information
vikibrezinova committed Dec 8, 2023
1 parent b753425 commit 0fa7318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/api/generated/competition.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export interface Series {
}

export interface SeriesWithProblems {
id?: number
id: number
can_participate?: any
is_registered?: any
problems: Problem[]
Expand Down

0 comments on commit 0fa7318

Please sign in to comment.