UNPKG

@seniorsistemas/senior-sam

Version:
36 lines (35 loc) 762 B
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;