Fix syntax issues

This commit is contained in:
Daniel Pereira
2016-08-15 15:59:55 -05:00
parent 8f082a0286
commit 306ceee471

View File

@@ -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
}