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

3 lines
70 B
TypeScript

export interface ReqList { null: string }
export type ResList = any[]