File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -386,7 +386,7 @@ export interface TagsResponse {
386386}
387387
388388export interface ProblemData {
389- problem : ProblemDetails & ProblemStatus ;
389+ problem : ProblemDetails & Maybe < ProblemStatus > ;
390390 contest : ContestSummary | null ;
391391 discussions : {
392392 id : number ;
@@ -395,7 +395,7 @@ export interface ProblemData {
395395 } [ ] ;
396396 bookmarked : boolean ;
397397 vjudgeUsername : string | null ;
398- recommendations : ( ProblemSummary & ProblemStatus ) [ ] ;
398+ recommendations : ( ProblemSummary & Maybe < ProblemStatus > ) [ ] ;
399399 lastLanguage : number ;
400400 lastCode : string ;
401401 privilegedTeams : TeamSummary [ ] ;
Original file line number Diff line number Diff line change 1313 </tr >
1414 <tr >
1515 <th align="right">响应主体</th>
16- <td><code>application/json</code> (<code>DataResponse<{ problems: List<Problem & ProblemStatus>; page: number; }></code>)</td>
16+ <td><code>application/json</code> (<code>DataResponse<{ problems: List<Problem & Maybe< ProblemStatus> >; page: number; }></code>)</td>
1717 </tr >
1818</table >
1919
You can’t perform that action at this time.
0 commit comments