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-01 20:48:07 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d5a402e5cb4b4e52a620ab0b6f06dde17706a969
d5a402e5
1 parent
d8a29f42
방 내부에서 쓰이는 방 데이터 타입 추가
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
web/src/components/room/types.ts
web/src/components/room/types.ts
0 → 100644
View file @
d5a402e
export
interface
RoomData
{
uuid
:
string
;
name
:
string
;
maxUsers
:
number
;
users
:
string
[];
}
Please
register
or
login
to post a comment