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