UNPKG

n8n-nodes-smartsuite

Version:
7 lines (6 loc) 320 B
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[]>;