n8n-nodes-google-pagespeed
Version:
n8n community node for Google PageSpeed Insights API with comprehensive performance, accessibility, and SEO analysis
9 lines • 417 B
TypeScript
import { IExecuteFunctions, INodeExecutionData } from 'n8n-workflow';
/**
* Compare two URL analyses or perform before/after comparison
* @param context - n8n execution context
* @param apiKey - Google API key
* @returns Array of comparison results
*/
export declare function executeCompareUrls(context: IExecuteFunctions, apiKey: string): Promise<INodeExecutionData[]>;
//# sourceMappingURL=compareUrls.d.ts.map