diff --git a/luogu-api.d.ts b/luogu-api.d.ts index ed03123..63ca17a 100644 --- a/luogu-api.d.ts +++ b/luogu-api.d.ts @@ -1079,7 +1079,10 @@ export interface Article { solutionFor: ProblemSummary | null; promoteStatus: number; content: string; - promoteResult?: { updateAt: null }; // TODO + promoteResult?: { + updateAt: number | null; + rejectReason?: string | null; + }; categoryOld?: string; }