Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit b49a429

Browse files
fix(articles): promoteResult (#26)
1 parent 27d5410 commit b49a429

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

‎luogu-api.d.ts‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1079,7 +1079,10 @@ export interface Article {
10791079
solutionFor: ProblemSummary | null;
10801080
promoteStatus: number;
10811081
content: string;
1082-
promoteResult?: { updateAt: null }; // TODO
1082+
promoteResult?: {
1083+
updateAt: number | null;
1084+
rejectReason?: string | null;
1085+
};
10831086
categoryOld?: string;
10841087
}
10851088

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /