n8n-nodes-smartsuite
Version:
n8n community node for SmartSuite
7 lines (6 loc) • 320 B
TypeScript
import type { ILoadOptionsFunctions, INodePropertyOptions } from 'n8n-workflow';
/**
* Return the full list of all supported filter operators,
* each with a subtitle‐style description for the dropdown.
*/
export declare function getAllFilterConditions(this: ILoadOptionsFunctions): Promise<INodePropertyOptions[]>;