Skip to content

Commit

Permalink
Merge pull request #1920 from aneelac22/types-update
Browse files Browse the repository at this point in the history
Update Chrome auth types
  • Loading branch information
Hyperkid123 authored Oct 3, 2023
2 parents accf100 + 6c09476 commit 9e1f5ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ export interface ChromeAPI {
appObjectId: (objectId: string) => void;
auth: {
doOffline?: () => void;
getOfflineToken?: () => Promise<any>;
getRefreshToken?: () => string;
getOfflineToken: () => Promise<any>;
getRefreshToken: () => string;
getToken: () => Promise<string | undefined>;
getUser: () => Promise<ChromeUser | void>;
login: () => Promise<any>;
Expand Down

0 comments on commit 9e1f5ab

Please sign in to comment.