Skip to content

Commit

Permalink
Merge pull request #52
Browse files Browse the repository at this point in the history
Add missing error prop to CheckVersionResponse type def
  • Loading branch information
tschoffelen committed Apr 21, 2023
2 parents ede18b0 + 64398ab commit 8c3172c
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 8c3172c

Please sign in to comment.