UNPKG

@overture-stack/sqon-builder

Version:
3 lines (2 loc) 227 B
import { FilterKey, FilterOperator, FilterTypeMap } from '../types/sqon'; export declare const createFilter: <Key extends FilterKey>(fieldName: string, op: Key, value: FilterTypeMap[Key]["content"]["value"]) => FilterOperator;