@seniorsistemas/senior-sam
Version:
Senior HCM SAM para Node.js
36 lines (35 loc) • 762 B
TypeScript
import { LobbyResource, Scheduling } from '../../..';
declare const _default: {
new (): {
/**
* ID
*/
_id: number;
id: number;
/**
* Agendamento
*/
_scheduling: Scheduling;
scheduling: Scheduling;
/**
* Recurso
*/
_lobbyResource: LobbyResource;
lobbyResource: LobbyResource;
/**
* Quantidade
*/
_quantity: number;
quantity: number;
/**
* Observação
*/
_note: string;
note: string;
toJsonString(): string;
replaceArray(json: string): string;
toJson(): any;
isArray(what: any): boolean;
};
};
export = _default;