export interface HttpLoginRequest { email: string; password: string; enforceIp: boolean; }