export type JoinLobbyEvent = { userName: string; lobbyId: string; }