1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-04 10:43:47 +00:00

restore index.d.ts even tho it wrong

This commit is contained in:
neuronull
2025-11-05 15:56:42 -07:00
parent 5a7461df75
commit 856a5dcc59

View File

@@ -3,15 +3,6 @@
/* 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