UNPKG

n8n-nodes-google-document-ai

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