Run `npm run electron` (#11514)
This commit is contained in:
parent
1b25716358
commit
346329c23c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue