Skip to content

Commit

Permalink
Add error property to CheckVersionResponse.
Browse files Browse the repository at this point in the history
  • Loading branch information
tschoffelen committed Apr 21, 2023
1 parent ede18b0 commit 64398ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.d.ts
Expand Up @@ -21,6 +21,7 @@ export interface CheckVersionResponse {
bundleId?: string;
lastChecked?: string;
country?: string;
error?: Error;
}

declare const checkVersion: (
Expand Down

0 comments on commit 64398ab

Please sign in to comment.