UNPKG

n8n-nodes-dingtalk

Version:

[![NPM badge](https://img.shields.io/npm/v/n8n-nodes-dingtalk.svg)](https://www.npmjs.com/package/n8n-nodes-dingtalk)

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