UNPKG

n8n-nodes-amocrm

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