Protocols/PtlLobbyList.ts
2023-08-31 19:28:49 +08:00

3 lines
67 B
TypeScript

export type ReqLobbyList = null
export type ResLobbyList = any[]