5 lines
74 B
TypeScript
5 lines
74 B
TypeScript
export interface ReqLogin {
|
|
name: string
|
|
}
|
|
|
|
export type ResLogin = number |