mirror of
https://github.com/bitwarden/browser
synced 2026-02-11 22:13:32 +00:00
Update index.d.ts
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
@@ -3,6 +3,7 @@
|
||||
|
||||
/* auto-generated by NAPI-RS */
|
||||
|
||||
export declare function runCommand(value: string): Promise<string>
|
||||
export declare namespace passwords {
|
||||
/** Fetch the stored password from the keychain. */
|
||||
export function getPassword(service: string, account: string): Promise<string>
|
||||
@@ -130,9 +131,6 @@ export declare namespace ephemeral_values {
|
||||
remove(key: string): void
|
||||
}
|
||||
}
|
||||
export declare namespace autofill {
|
||||
export function runCommand(value: string): Promise<string>
|
||||
}
|
||||
export declare namespace crypto {
|
||||
export function argon2(secret: Buffer, salt: Buffer, iterations: number, memory: number, parallelism: number): Promise<Buffer>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user