Skip to content

Commit

Permalink
Step 5.25: Add it also to the model
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela authored and DAB0mB committed Feb 26, 2017
1 parent fa20568 commit 7db3b99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions both/models/message.model.ts
@@ -1,6 +1,7 @@
export interface Message {
_id?: string;
chatId?: string;
senderId?: string;
content?: string;
ownership?: string;
createdAt?: Date;
Expand Down

0 comments on commit 7db3b99

Please sign in to comment.