UNPKG

soda-angular

Version:
8 lines (7 loc) 266 B
import { IWhereComponent } from "./where-component"; export declare class WhereGroup implements IWhereComponent { readonly Components: IWhereComponent[]; constructor(...components: IWhereComponent[]); isEmpty(): boolean; toString(): string; }