UNPKG

n8n-nodes-googleanalytics

Version:
10 lines (9 loc) 298 B
import { ICredentialType, INodeProperties, Icon } from 'n8n-workflow'; export declare class GoogleAnalyticsApi implements ICredentialType { name: string; extends: string[]; displayName: string; documentationUrl: string; icon: Icon; properties: INodeProperties[]; }