mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 14:53:33 +00:00
Add generated update to index.d.ts (#16408)
This commit is contained in:
4
apps/desktop/desktop_native/napi/index.d.ts
vendored
4
apps/desktop/desktop_native/napi/index.d.ts
vendored
@@ -228,8 +228,8 @@ export declare namespace chromium_importer {
|
|||||||
login?: Login
|
login?: Login
|
||||||
failure?: LoginImportFailure
|
failure?: LoginImportFailure
|
||||||
}
|
}
|
||||||
export function getInstalledBrowsers(): Promise<Array<string>>
|
export function getInstalledBrowsers(): Array<string>
|
||||||
export function getAvailableProfiles(browser: string): Promise<Array<ProfileInfo>>
|
export function getAvailableProfiles(browser: string): Array<ProfileInfo>
|
||||||
export function importLogins(browser: string, profileId: string): Promise<Array<LoginImportResult>>
|
export function importLogins(browser: string, profileId: string): Promise<Array<LoginImportResult>>
|
||||||
}
|
}
|
||||||
export declare namespace autotype {
|
export declare namespace autotype {
|
||||||
|
|||||||
Reference in New Issue
Block a user