UNPKG

@solinker/nodes-eyprint

Version:

易云打印可使普通打印机具有远程打印,共享打印,自助打印,订单打印,电商平台云打印等联网功能,使用易云打印平台的用户可实时通过网络在线向各种类型的打印机发送打印任务。

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