[add] Join 增加回傳Type

This commit is contained in:
建喵 2024-01-10 11:36:00 +08:00
parent 128caeddef
commit af3d41e43d

View File

@ -1,3 +1,3 @@
export interface ReqJoin { roomId: number } export interface ReqJoin { roomId: number }
export type ResJoin = number export type ResJoin = [numberPeople: number, gameType: number]