Skip to content

Commit

Permalink
Update Chrome auth types
Browse files Browse the repository at this point in the history
  • Loading branch information
aneelac22 committed Oct 2, 2023
1 parent accf100 commit 6c09476
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 6c09476

Please sign in to comment.