UNPKG

@seniorsistemas/senior-sam

Version:
26 lines (25 loc) 532 B
import { Scheduling } from '../../..'; declare const _default: { new (): { /** * ID */ _id: number; id: number; /** * Visitado */ _personId: number; personId: number; /** * Agendamento */ _scheduling: Scheduling; scheduling: Scheduling; toJsonString(): string; replaceArray(json: string): string; toJson(): any; isArray(what: any): boolean; }; }; export = _default;