UNPKG

@seniorsistemas/senior-sam

Version:
29 lines (28 loc) 588 B
import { Person, DocumentType } from '../../..'; declare const _default: { new (): { /** * ID */ _id: number; id: number; /** * Pessoa */ _person: Person; person: Person; /** * Tipo de Documento */ _documentType: DocumentType; /** * Documento */ _document: string; toJsonString(): string; replaceArray(json: string): string; toJson(): any; isArray(what: any): boolean; }; }; export = _default;