1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-27 18:13:29 +00:00

another pass with udeps

This commit is contained in:
neuronull
2025-11-05 14:57:42 -07:00
parent 220ecbdfd2
commit 5a7461df75
6 changed files with 22 additions and 16 deletions

View File

@@ -3,6 +3,15 @@
/* auto-generated by NAPI-RS */
/** Mechanisms that load data into the importer */
export interface NativeImporterMetadata {
/** Identifies the importer */
id: string
/** Describes the strategies used to obtain imported data */
loaders: Array<string>
/** Identifies the instructions for the importer */
instructions: string
}
export declare namespace passwords {
/** The error message returned when a password is not found during retrieval or deletion. */
export const PASSWORD_NOT_FOUND: string