UNPKG

n8n-nodes-cigotracker

Version:

n8n node for CigoTracker API integration - manage deliveries, routes, and field service operations

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