Skip to content

Commit

Permalink
Step 8.1: Added user model
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha authored and DAB0mB committed Mar 23, 2017
1 parent 8d7a761 commit 2859cd1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions api/server/models.ts
Expand Up @@ -25,3 +25,7 @@ export interface Message {
type?: MessageType
ownership?: string;
}

export interface User extends Meteor.User {
profile?: Profile;
}

0 comments on commit 2859cd1

Please sign in to comment.