Skip to content

Commit

Permalink
Add ClientUpdateStatuses type
Browse files Browse the repository at this point in the history
  • Loading branch information
flavioislima authored Oct 10, 2024
1 parent 870705a commit 6cbd36e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperplay/utils",
"version": "0.2.4",
"version": "0.2.5",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,3 +123,5 @@ export type MetaMaskImportOptions = Partial<
>

export type GamePageActions = 'install' | 'launch'

export type ClientUpdateStatuses = 'idle' | 'updating' | 'updated'

0 comments on commit 6cbd36e

Please sign in to comment.