Protocols/account/PtlLogin.ts
2023-09-02 22:33:23 +08:00

5 lines
74 B
TypeScript

export interface ReqLogin {
name: string
}
export type ResLogin = number