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
kamilkisiela authored and dotansimha committed Nov 27, 2016
1 parent 9669951 commit 75e692d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions both/models/user.model.ts
@@ -0,0 +1,7 @@
import { Meteor } from 'meteor/meteor';

import { Profile } from '../models/profile.model';

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

0 comments on commit 75e692d

Please sign in to comment.