1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-26 13:13:22 +00:00

added docs and removed debug output

This commit is contained in:
John Harrington
2025-11-21 07:56:10 -07:00
parent 18064efc4f
commit 83c01ba9bf
9 changed files with 69 additions and 54 deletions

View File

@@ -249,7 +249,6 @@ export declare namespace chromium_importer {
export function getMetadata(): Record<string, NativeImporterMetadata>
export function getAvailableProfiles(browser: string): Array<ProfileInfo>
export function importLogins(browser: string, profileId: string): Promise<Array<LoginImportResult>>
// used only on Mac OS App Store builds, no-op on other platforms
export function requestBrowserAccess(browser: string): void
}
export declare namespace autotype {