export interface HttpLoginResponse { userId: string; authToken: string; refreshToken: string; }