export type LoginRequest = { email: string; password: string; };