Showing
1 changed file
with
6 additions
and
1 deletions
| ... | @@ -23,4 +23,9 @@ export interface UpdateRoomUser { | ... | @@ -23,4 +23,9 @@ export interface UpdateRoomUser { |
| 23 | export interface ChatData { | 23 | export interface ChatData { |
| 24 | sender: string; | 24 | sender: string; |
| 25 | message: string; | 25 | message: string; |
| 26 | -} | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 26 | +} | ||
| 27 | + | ||
| 28 | +export interface Vector { | ||
| 29 | + x: number; | ||
| 30 | + y: number; | ||
| 31 | +} | ... | ... |
-
Please register or login to post a comment