@seniorsistemas/senior-sam
Version:
Senior HCM SAM para Node.js
30 lines (29 loc) • 622 B
TypeScript
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;