UNPKG

ng2-qgrid

Version:
10 lines (9 loc) 209 B
export interface IStatement { type: string; templateKey: string; defaults?: any; } export declare class EmptyStatement implements IStatement { type: string; templateKey: string; }