This website requires JavaScript.
Explore
Help
Register
Sign In
GuessWhoIAm
/
Protocols
Watch
1
Star
0
Fork
0
You've already forked Protocols
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
0d799db21c
Protocols
/
room
/
PtlJoin.ts
3 lines
83 B
TypeScript
Raw
Normal View
History
Unescape
Escape
[add] Room 完成
2023-09-02 14:33:23 +00:00
export
interface
ReqJoin
{
roomId
:
number
}
[add] Join 增加回傳Type
2024-01-10 03:41:34 +00:00
export
type
ResJoin
=
[
number
,
number
]
Reference in New Issue
Copy Permalink