UNPKG

n8n-nodes-google-custom-search

Version:

Google Custom Search node for n8n

6 lines 331 B
import { IExecuteFunctions, INodeExecutionData, INodeType, INodeTypeDescription } from 'n8n-workflow'; export declare class GoogleCustomSearch implements INodeType { description: INodeTypeDescription; execute(this: IExecuteFunctions): Promise<INodeExecutionData[][]>; } //# sourceMappingURL=GoogleCustomSearch.node.d.ts.map