UNPKG

@seniorsistemas/senior-sam

Version:
26 lines (25 loc) 568 B
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;