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 darkbasic committed Oct 16, 2017
1 parent 1ecb130 commit 4480491
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 type?: MessageType
ownership?: string; ownership?: string;
} }

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

0 comments on commit 4480491

Please sign in to comment.