Protocols/room/PtlJoin.ts

3 lines
107 B
TypeScript
Raw Normal View History

2023-09-02 14:33:23 +00:00
export interface ReqJoin { roomId: number }
2024-01-10 03:36:00 +00:00
export type ResJoin = [numberPeople: number, gameType: number]