UNPKG

bitfront-library

Version:

Angular CLI project with components and classes used by other Angular projects of the BIT foundation.

9 lines (8 loc) 204 B
export declare class HQL { hql: string; resultado: string; records: number; constructor(hql: string, resultado: string, records: number); reset(): void; static newObject(): HQL; }