[TS] Actual startOAuthServer function

This commit is contained in:
Joel Jeremy Marquez
2025-01-07 14:31:28 -08:00
parent 8a6d1502b1
commit 63f6c6ac7f

View File

@@ -29,6 +29,7 @@ type Actual = {
) => void;
isUpdateReadyForDownload: () => boolean;
waitForUpdateReadyForDownload: () => Promise<void>;
startOAuthServer: () => Promise<void>;
};
declare global {