UNPKG

n8n-nodes-unleashed

Version:

n8n community node to integrate with Unleashed inventory management API

5 lines (4 loc) 228 B
import { INodeType, ICredentialType } from 'n8n-workflow'; import { Unleashed } from './nodes/Unleashed/Unleashed.node'; import { UnleashedApi } from './credentials/UnleashedApi.credentials'; export { Unleashed, UnleashedApi };