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