UNPKG

@seniorsistemas/senior-sam

Version:
26 lines (25 loc) 536 B
import { Incident } from '../../..'; declare const _default: { new (): { /** * ID */ _id: number; id: number; /** * Incidente */ _incident: Incident; incident: Incident; /** * Data de Visualização */ _viewedDate: Date; viewedDate: Date; toJsonString(): string; replaceArray(json: string): string; toJson(): any; isArray(what: any): boolean; }; }; export = _default;