UNPKG

@seniorsistemas/senior-sam

Version:
30 lines (29 loc) 622 B
declare const _default: { new (): { /** * ID */ _id: number; id: number; /** * Nome */ _name: string; name: string; /** * Papel Utilizado pelo Provisório */ _usedByProvisory: boolean; usedByProvisory: boolean; /** * Papel que Recebe Visita */ _receiveVisit: boolean; receiveVisit: boolean; toJsonString(): string; replaceArray(json: string): string; toJson(): any; isArray(what: any): boolean; }; }; export = _default;