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

3 lines
75 B
TypeScript

export interface ReqCreate { null: string }
export type ResCreate = number