export interface FactoryIQNodeOutput {
    timestamp: number;
    source: string;
    protocol: string;
    address?: string;
    metrics: Record<string, any>;
    status?: string;
    meta?: Record<string, any>;
}
