Skip to content

Commit

Permalink
Update types
Browse files Browse the repository at this point in the history
  • Loading branch information
hlysine committed Jan 28, 2025
1 parent 80d121d commit 3d25082
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/logic-core/assets/logic-core.global.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1241,9 +1241,9 @@ declare global {
*/
link: string;
/**
* The difficulty of the puzzle, from 1 to 10. (required)
* The difficulty of the puzzle, from 0 to 10. (required)
*
* 6-10 represent star difficulties.
* 0 represents an unrated puzzle, 6-10 represent star difficulties.
*/
difficulty: number;
};
Expand Down

0 comments on commit 3d25082

Please sign in to comment.