Skip to content

Commit

Permalink
Step 6.7: Add ownership property to messages model
Browse files Browse the repository at this point in the history
  • Loading branch information
DAB0mB committed Feb 26, 2017
1 parent fbe5635 commit 9d839c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion imports/models.ts
Expand Up @@ -14,5 +14,6 @@ export interface Message {
chatId?: string;
content?: string;
createdAt?: Date;
type?: MessageType
ownership?: string;
type?: MessageType;
}

0 comments on commit 9d839c8

Please sign in to comment.