export interface RequestLogin { user: string; password: string; }