UNPKG

n8n-nodes-gemini-search

Version:

n8n nodes to interact with Google Gemini API for search and content generation

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