Toggle navigation
Toggle navigation
This project
Loading...
Sign in
강동현
/
nodejs-game
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Overnap
2021-06-07 04:52:54 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
cba53238eedeb55dc860d81a3726fea65d1ea697
cba53238
1 parent
b25168cf
ChatData 타입 추가
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
web/src/components/room/types.ts
web/src/components/room/types.ts
View file @
cba5323
...
...
@@ -19,3 +19,8 @@ export interface UpdateRoomUser {
ready
:
boolean
;
};
}
export
interface
ChatData
{
sender
:
string
;
message
:
string
;
}
\ No newline at end of file
...
...
Please
register
or
login
to post a comment