UNPKG

@iamthes/query-builder

Version:
6 lines (5 loc) 110 B
export interface IConditionExpression { field?: string; operator?: string; value?: string; }