Protocols/room/PtlExit.ts

3 lines
71 B
TypeScript
Raw Normal View History

2023-09-02 14:33:23 +00:00
export interface ReqExit { null: string }
export type ResExit = number