bitfront-library
Version:
Angular CLI project with components and classes used by other Angular projects of the BIT foundation.
14 lines (13 loc) • 454 B
TypeScript
import { BaseFilter } from "../../../base/shared/base.filter";
export declare class LogExceptionFilter extends BaseFilter {
login: string;
fecha: string;
desde: string;
hasta: string;
resultados: number;
pagina: number;
constructor(login: string, fecha: string, desde: string, hasta: string, resultados: number, pagina: number);
reset(): void;
copy(): LogExceptionFilter;
static newObject(): LogExceptionFilter;
}