Skip to content

Commit 0517e28

Browse files
committed
revert auto-generated desktop_native file
1 parent e1875a9 commit 0517e28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/desktop/desktop_native/napi/index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,8 +228,8 @@ export declare namespace chromium_importer {
228228
login?: Login
229229
failure?: LoginImportFailure
230230
}
231-
export function getInstalledBrowsers(): Array<string>
232-
export function getAvailableProfiles(browser: string): Array<ProfileInfo>
231+
export function getInstalledBrowsers(): Promise<Array<string>>
232+
export function getAvailableProfiles(browser: string): Promise<Array<ProfileInfo>>
233233
export function importLogins(browser: string, profileId: string): Promise<Array<LoginImportResult>>
234234
}
235235
export declare namespace autotype {

0 commit comments

Comments
 (0)