From f52ddd159c071ebe90191f9778c9e144455e46db Mon Sep 17 00:00:00 2001 From: Jannis Mattheis Date: Thu, 19 Apr 2018 21:10:19 +0200 Subject: [PATCH] Add missing notifyjs declaration --- ui/src/typedef/notifyjs.d.ts | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ui/src/typedef/notifyjs.d.ts diff --git a/ui/src/typedef/notifyjs.d.ts b/ui/src/typedef/notifyjs.d.ts new file mode 100644 index 0000000..69c26a6 --- /dev/null +++ b/ui/src/typedef/notifyjs.d.ts @@ -0,0 +1,3 @@ +declare module 'notifyjs' { + export default Notify; +} \ No newline at end of file