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 Feb 26, 2017
1 parent 514c0e3 commit 53bfdfe
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 53bfdfe

Please sign in to comment.