Skip to content

Commit

Permalink
Step 6.6: Create a User 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 e73f689 commit 41e6718
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions api/models/whatsapp-models.d.ts
Expand Up @@ -20,4 +20,8 @@ declare module 'api/models/whatsapp-models' {
ownership?: string;
senderId?: string;
}

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

0 comments on commit 41e6718

Please sign in to comment.