This commit is contained in:
syuilo 2017-11-11 02:50:22 +09:00
commit a1f5fd5b5f
1 changed files with 2 additions and 2 deletions

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;