UNPKG

@fiqch/n8n-nodes-fiq-opcua

Version:

n8n custom node for reading and writing OPC UA data (FactoryIQ)

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