Protocols/room/PtlCreate.ts

3 lines
75 B
TypeScript
Raw Normal View History

2024-01-10 03:26:00 +00:00
export interface ReqCreate { type: number }
2023-09-02 14:33:23 +00:00
export type ResCreate = number