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 Feb 13, 2017
1 parent 705194c commit b0ad17c
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 b0ad17c

Please sign in to comment.