Second part

This commit is contained in:
Andras Popovics
2019-09-18 11:50:40 +01:00
committed by Denys Vuika
parent 14800ce399
commit ca79190880
9 changed files with 74 additions and 31 deletions

View File

@@ -27,7 +27,7 @@ export interface NotificationInitiator {
extra?: any;
}
export interface Notification {
export interface NotificationModel {
type: NOTIFICATION_TYPE;
initiator: NotificationInitiator;
datetime: Date;