export interface ReqJoin { roomId: number } export type ResJoin = number