UNPKG

@progtechbr/n8n-nodes-rdsme

Version:

Send events through API to RD Station Marketing para Ecommerce

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