UNPKG

n8n-nodes-wechat-publish

Version:

N8N nodes for WeChat Official Account publishing - Create drafts and publish articles to WeChat Official Account platform

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