UNPKG

n8n-nodes-fatture-in-cloud

Version:

n8n community node for Fatture in Cloud integration using the official TypeScript SDK

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