Skip to content

Commit

Permalink
Step 11.4: Added location message type
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha authored and DAB0mB committed Feb 26, 2017
1 parent ef2004d commit e77d039
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion imports/models.ts
Expand Up @@ -8,7 +8,8 @@ export interface Profile {
}

export enum MessageType {
TEXT = <any>'text'
TEXT = <any>'text',
LOCATION = <any>'location'
}

export interface Chat {
Expand Down

0 comments on commit e77d039

Please sign in to comment.