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 onLock(callback: (err: Error | null, ) => any): Promise<void>
|
||||||
export function isLockMonitorAvailable(): Promise<boolean>
|
export function isLockMonitorAvailable(): Promise<boolean>
|
||||||
}
|
}
|
||||||
export namespace ipc {
|
export declare namespace ipc {
|
||||||
export interface IpcMessage {
|
export interface IpcMessage {
|
||||||
clientId: number
|
clientId: number
|
||||||
kind: IpcMessageType
|
kind: IpcMessageType
|
||||||
|
|
Loading…
Reference in New Issue