Skip to content

Commit

Permalink
Run npm run electron (#11514)
Browse files Browse the repository at this point in the history
  • Loading branch information
justindbaur authored Oct 11, 2024
1 parent 1b25716 commit 346329c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/desktop/desktop_native/napi/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 346329c

Please sign in to comment.