UNPKG

n8n-nodes-amocrm

Version:
3 lines (2 loc) 299 B
import { IDisplayOptions, INodeProperties, INodePropertyCollection, INodePropertyOptions } from 'n8n-workflow'; export declare const addSortDescription: (displayOptions?: IDisplayOptions, sortByOptions?: Array<INodeProperties | INodePropertyOptions | INodePropertyCollection>) => INodeProperties;