Skip to content

Commit 4480491

Browse files
dotansimhadarkbasic
authored andcommitted
Step 8.1: Added user model
1 parent 1ecb130 commit 4480491

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

api/server/models.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,7 @@ export interface Message {
2525
type?: MessageType
2626
ownership?: string;
2727
}
28+
29+
export interface User extends Meteor.User {
30+
profile?: Profile;
31+
}

0 commit comments

Comments
 (0)