Skip to content

Commit

Permalink
fix: add missing sessionKey in TS def
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx committed Apr 2, 2023
1 parent 61fe432 commit 4fe8e43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/definitions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ export interface latestVersion {
version: string;
major?: boolean;
message?: string;
sessionKey?: string;
error?: string;
old?: string;
url?: string;
Expand Down

0 comments on commit 4fe8e43

Please sign in to comment.