1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-14 06:48:18 +02:00

Run npm run electron (#11514)

This commit is contained in:
Justin Baur 2024-10-11 14:10:20 -04:00 committed by GitHub
parent 1b25716358
commit 346329c23c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -51,7 +51,7 @@ export declare namespace powermonitors {
export function onLock(callback: (err: Error | null, ) => any): Promise<void>
export function isLockMonitorAvailable(): Promise<boolean>
}
export namespace ipc {
export declare namespace ipc {
export interface IpcMessage {
clientId: number
kind: IpcMessageType