@seniorsistemas/senior-sam
Version:
Senior HCM SAM para Node.js
25 lines (24 loc) • 485 B
TypeScript
declare const _default: {
new (): {
/**
* ID
*/
_id: number;
id: number;
/**
* Email Preferencial
*/
_preferential: boolean;
preferential: boolean;
/**
* Documento
*/
_email: string;
email: string;
toJsonString(): string;
replaceArray(json: string): string;
toJson(): any;
isArray(what: any): boolean;
};
};
export = _default;