UNPKG

n8n-nodes-base

Version:

Base nodes of n8n

10 lines 360 B
import type { Icon, ICredentialType, INodeProperties } from 'n8n-workflow'; export declare class GoogleSheetsOAuth2Api implements ICredentialType { name: string; extends: string[]; displayName: string; icon: Icon; documentationUrl: string; properties: INodeProperties[]; } //# sourceMappingURL=GoogleSheetsOAuth2Api.credentials.d.ts.map