Protocols/room/PtlJoin.ts
2023-09-02 22:33:23 +08:00

3 lines
73 B
TypeScript

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