This commit is contained in:
syuilo 2017-11-11 02:50:22 +09:00
commit a1f5fd5b5f

View file

@ -19,12 +19,12 @@ export interface INotification {
notifiee_id: mongo.ObjectID; notifiee_id: mongo.ObjectID;
/** /**
* (initiator) * (initiator)Origin
*/ */
notifier?: IUser; notifier?: IUser;
/** /**
* (initiator) * (initiator)Origin
*/ */
notifier_id: mongo.ObjectID; notifier_id: mongo.ObjectID;