Skip to content

Commit

Permalink
[TS] Actual startOAuthServer function
Browse files Browse the repository at this point in the history
  • Loading branch information
joel-jeremy committed Jan 7, 2025
1 parent a3c6ebb commit ace87d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/loot-core/typings/window.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ type Actual = {
) => void;
isUpdateReadyForDownload: () => boolean;
waitForUpdateReadyForDownload: () => Promise<void>;
startOAuthServer: () => Promise<void>;
};

declare global {
Expand Down

0 comments on commit ace87d7

Please sign in to comment.