UNPKG

n8n-nodes-video-ai

Version:

n8n node for AI-powered video Operations (analysis, Review, Summarize, etc), currently supporting Google Gemini.

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