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

3 lines
71 B
TypeScript

export interface ReqExit { null: string }
export type ResExit = number