export interface AuthResponse { error?: string; success?: string; [key: string]: any; }