1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-10-31 15:21:46 +09:00
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;
/**
* (initiator)
* (initiator)Origin
*/
notifier?: IUser;
/**
* (initiator)
* (initiator)Origin
*/
notifier_id: mongo.ObjectID;