Skip to content

Commit

Permalink
Step 7.29: Added senderId property to Message object
Browse files Browse the repository at this point in the history
  • Loading branch information
DAB0mB committed Feb 26, 2017
1 parent 10e8020 commit ad261db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions imports/models.ts
Expand Up @@ -19,6 +19,7 @@ export interface Chat {
export interface Message {
_id?: string;
chatId?: string;
senderId?: string;
content?: string;
createdAt?: Date;
ownership?: string;
Expand Down

0 comments on commit ad261db

Please sign in to comment.