Skip to content

Commit

Permalink
Step 11.12: Added location model
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha authored and DAB0mB committed Mar 23, 2017
1 parent 76a5b43 commit d2391cd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions api/server/models.ts
Expand Up @@ -31,3 +31,9 @@ export interface Message {
export interface User extends Meteor.User {
profile?: Profile;
}

export interface Location {
lat: number;
lng: number;
zoom: number;
}

0 comments on commit d2391cd

Please sign in to comment.