1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-12-11 21:29:08 +09:00

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;