UNPKG

soda-angular

Version:
8 lines (7 loc) 259 B
import { Operator } from "./operator"; import { IWhereComponent } from "./where-component"; export declare class WhereOperator implements IWhereComponent { readonly Operator: Operator; constructor(operator: Operator); toString(): string; }