@seniorsistemas/senior-sam
Version:
Senior HCM SAM para Node.js
28 lines (27 loc) • 682 B
TypeScript
import LobbyEntity from './LobbyEntity';
import CardTechnology from './CardTechnology';
declare const _default: {
new (): {
/**
* ID
*/
_id: number;
id: number;
/**
* Identificador da portaria
*/
_lobby: LobbyEntity;
lobby: LobbyEntity;
/**
* Tecnologia de credencial
*/
_cardTechnology: CardTechnology;
cardTechnology: CardTechnology;
readonly cardTechnologyid: CardTechnology;
toJsonString(): string;
replaceArray(json: string): string;
toJson(): any;
isArray(what: any): boolean;
};
};
export = _default;