n8n-nodes-amocrm
Version:
n8n node for amocrm Api
5 lines (4 loc) • 312 B
TypeScript
import { ILoadOptionsFunctions, INodePropertyOptions } from 'n8n-workflow';
declare type MyFunction = (this: ILoadOptionsFunctions) => Promise<INodePropertyOptions[]>;
export declare const cacheOptionsRequest: (fnc: MyFunction) => (this: ILoadOptionsFunctions) => Promise<INodePropertyOptions[]>;
export {};