We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1875a9 commit 0517e28Copy full SHA for 0517e28
apps/desktop/desktop_native/napi/index.d.ts
@@ -228,8 +228,8 @@ export declare namespace chromium_importer {
228
login?: Login
229
failure?: LoginImportFailure
230
}
231
- export function getInstalledBrowsers(): Array<string>
232
- export function getAvailableProfiles(browser: string): Array<ProfileInfo>
+ export function getInstalledBrowsers(): Promise<Array<string>>
+ export function getAvailableProfiles(browser: string): Promise<Array<ProfileInfo>>
233
export function importLogins(browser: string, profileId: string): Promise<Array<LoginImportResult>>
234
235
export declare namespace autotype {
0 commit comments