mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-20 16:14:57 +08:00
Fix syntax issues
This commit is contained in:
4
electron-notify/electron-notify.d.ts
vendored
4
electron-notify/electron-notify.d.ts
vendored
@@ -13,8 +13,8 @@ declare namespace ElectronNotify {
|
||||
image?: string,
|
||||
url?: string,
|
||||
sound?: string,
|
||||
onClickFunc?: (event: string, id: number, closeNotification) => void,
|
||||
onShowFunc?: (event: string, id: number, closeNotification) => void,
|
||||
onClickFunc?: (event: string, id: number, closeNotification: any) => void,
|
||||
onShowFunc?: (event: string, id: number, closeNotification: any) => void,
|
||||
onCloseFunc?: (event: string, id: number) => void
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user