1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-18 18:33:50 +00:00

True up napi auto-generated index.d.ts

This commit is contained in:
neuronull
2025-11-04 15:07:46 -07:00
parent 8e8092c828
commit 12acd801e7

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