Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
weibaohui committed Nov 9, 2023
1 parent 056a11f commit 440c70e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
5 changes: 0 additions & 5 deletions src/frontend/shims-vue.d.ts

This file was deleted.

3 changes: 1 addition & 2 deletions src/preload/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
declare global {
interface Window {
electron: {
sendMsg(msg: string): Promise<string>,
sendMsg(msg: string): Promise<string>
onReplyMsg(cb: (msg: string) => any): void
}
}
}

export { }

0 comments on commit 440c70e

Please sign in to comment.