Skip to content

Commit a94d788

Browse files
dotansimhadarkbasic
authored andcommitted
Step 12.4: Added location message type
1 parent 3a13fb1 commit a94d788

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

api/server/models.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ export interface Profile {
66
}
77

88
export enum MessageType {
9-
TEXT = <any>'text'
9+
TEXT = <any>'text',
10+
LOCATION = <any>'location'
1011
}
1112

1213
export interface Chat {

0 commit comments

Comments
 (0)