• This project
    • Loading...
  • Sign in

강동현 / nodejs-game

%ea%b7%b8%eb%a6%bc1
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
Switch branch/tag
  • nodejs-game
  • server
  • user
  • types.ts
  • 강동현's avatar
    방 접속시 유저 정보 업데이트 · 000bc725
    000bc725
    강동현 authored 2021-05-23 16:31:12 +0900
types.ts 50 Bytes
Raw Blame History Permalink
1 2 3
export interface UserData {
  username: string;
}