UNPKG

n8n-nodes-referral-factory

Version:
10 lines (9 loc) 313 B
import { INodeType, INodeTypeDescription, ILoadOptionsFunctions } from 'n8n-workflow'; export declare class ReferralFactory implements INodeType { description: INodeTypeDescription; methods: { loadOptions: { getCampaigns(this: ILoadOptionsFunctions): Promise<any>; }; }; }