Skip to content

Commit

Permalink
fix: the tournament interface wrong type of nextReset and miss prevReset
Browse files Browse the repository at this point in the history
  • Loading branch information
xinatcg committed Jul 4, 2024
1 parent 8ff75ae commit e8c876a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2781,7 +2781,8 @@ declare namespace nkruntime {
startActive: number;
endActive: number;
canEnter: boolean;
nextReset: string;
prevReset: number;
nextReset: number;
metadata: {[key: string]: any};
createTime: number;
startTime: number;
Expand Down

0 comments on commit e8c876a

Please sign in to comment.