export interface ReqJoin { roomId: number }
export type ResJoin = [numberPeople: number, gameType: number]