Update notification.ts

This commit is contained in:
こぴなたみぽ 2017-11-11 02:25:24 +09:00
parent f3dd5da931
commit 10af82b0b3

View file

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