UNPKG

n8n-nodes-googlesearch

Version:

n8n node for Google Search API without Python dependency

8 lines (7 loc) 241 B
import { ICredentialType, INodeProperties } from 'n8n-workflow'; export declare class GoogleSearchApi implements ICredentialType { name: string; displayName: string; documentationUrl: string; properties: INodeProperties[]; }