Protocols/account/PtlLogin.ts

5 lines
74 B
TypeScript
Raw Normal View History

2023-09-02 22:33:23 +08:00
export interface ReqLogin {
name: string
}
export type ResLogin = number