We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
fullScore
1 parent 742786d commit aaead10Copy full SHA for aaead10
luogu-api.d.ts
@@ -466,8 +466,8 @@ export interface PostData {
466
export interface UserData {
467
user: UserDetails & UserStats & Maybe<SelfDetails>;
468
eloMax: { rating: number; time: number; latest: boolean } | null;
469
- passedProblems?: LegacyProblemSummary[];
470
- submittedProblems?: LegacyProblemSummary[];
+ passedProblems?: ProblemSummary[];
+ submittedProblems?: ProblemSummary[];
471
teams?: {
472
team: TeamSummary;
473
group: Group;
0 commit comments