Showing
1 changed file
with
5 additions
and
0 deletions
| ... | @@ -19,3 +19,8 @@ export interface UpdateRoomUser { | ... | @@ -19,3 +19,8 @@ export interface UpdateRoomUser { |
| 19 | ready: boolean; | 19 | ready: boolean; |
| 20 | }; | 20 | }; |
| 21 | } | 21 | } |
| 22 | + | ||
| 23 | +export interface ChatData { | ||
| 24 | + sender: string; | ||
| 25 | + message: string; | ||
| 26 | +} | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or login to post a comment