[add] Join 增加回傳Type
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
export interface ReqJoin { roomId: number }
|
||||
|
||||
export type ResJoin = number
|
||||
export type ResJoin = [numberPeople: number, gameType: number]
|
||||
Reference in New Issue
Block a user