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 committed Nov 27, 2016
1 parent 489bd1a commit fd22e60
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 fd22e60

Please sign in to comment.