UNPKG

n8n-ikaue-nodes

Version:

IKAUE nodes for N8N, such as a custom BigQuery node or a Google Search Console node.

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