|
@@ -1,4 +1,4 @@
|
|
|
-
|
|
|
|
|
|
|
+import Crowi from '../crowi';
|
|
|
|
|
|
|
|
class NortificationService {
|
|
class NortificationService {
|
|
|
|
|
|
|
@@ -7,7 +7,7 @@ class NortificationService {
|
|
|
notificationEvent!: any;
|
|
notificationEvent!: any;
|
|
|
|
|
|
|
|
|
|
|
|
|
- constructor(crowi) {
|
|
|
|
|
|
|
+ constructor(crowi: Crowi) {
|
|
|
this.crowi = crowi;
|
|
this.crowi = crowi;
|
|
|
this.notificationEvent = crowi.event('notification');
|
|
this.notificationEvent = crowi.event('notification');
|
|
|
|
|
|