@seniorsistemas/senior-sam
Version:
Senior HCM SAM para Node.js
26 lines (25 loc) • 568 B
TypeScript
import { VisitType, LobbyResource } from '../../..';
declare const _default: {
new (): {
/**
* ID
*/
_id: number;
id: number;
/**
* Tipo da visita
*/
_visitType: VisitType;
visitType: VisitType;
/**
* Recurso
*/
_lobbyResource: LobbyResource;
lobbyResource: LobbyResource;
toJsonString(): string;
replaceArray(json: string): string;
toJson(): any;
isArray(what: any): boolean;
};
};
export = _default;