Skip to content

Commit

Permalink
Step 2.11: Added message model
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha authored and DAB0mB committed Dec 16, 2016
1 parent 76aa7b9 commit 6d633d3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions both/models/message.model.ts
@@ -0,0 +1,5 @@
export interface Message {
_id?: string;
content?: string;
createdAt?: Date;
}

0 comments on commit 6d633d3

Please sign in to comment.