UNPKG

n8n-nodes-google-document-ai

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