UNPKG

@seniorsistemas/senior-sam

Version:
37 lines (36 loc) 763 B
import Person from './Person'; import StatusHistoric from './portaria/StatusHistoric'; declare const _default: { new (): { /** * ID */ _id: number; id: number; /** * Pessoa */ _person: Person; person: Person; /** * Data Início */ _startDate: Date; startDate: Date; /** * Data Fim */ _endDate: Date; endDate: Date; /** * Status */ _status: StatusHistoric; status: StatusHistoric; toJsonString(): string; replaceArray(json: string): string; toJson(): any; isArray(what: any): boolean; }; }; export = _default;