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
Files
Commits
Network
Compare
Branches
Tags
d628b33f4a1aff3174f9176c8e7cddfa17dcdfa4
Switch branch/tag
nodejs-game
server
user
types.ts
방 접속시 유저 정보 업데이트
· 000bc725
000bc725
Browse Files
강동현
authored
2021-05-23 16:31:12 +0900
types.ts
50 Bytes
Raw
Blame
History
Permalink
1
2
3
export
interface
UserData
{
username
:
string
;
}