UNPKG

bitfront-library

Version:

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

16 lines (15 loc) 519 B
import { BaseFilter } from "../../../base/shared/base.filter"; export declare class LogFilter extends BaseFilter { login: string; fecha: string; desde: string; hasta: string; tipoLog: string; mostrarErrores: boolean; resultados: number; pagina: number; constructor(login: string, fecha: string, desde: string, hasta: string, tipoLog: string, mostrarErrores: boolean, resultados: number, pagina: number); reset(): void; copy(): LogFilter; static newObject(): LogFilter; }