UNPKG

@seniorsistemas/senior-sam

Version:
21 lines (20 loc) 451 B
import { InputDevice } from '../../..'; declare const _default: { new (): { /** * ID */ _id: number; id: number; /** * Dispositivo de Entrada */ _inputDevice: InputDevice; inputDevice: InputDevice; toJsonString(): string; replaceArray(json: string): string; toJson(): any; isArray(what: any): boolean; }; }; export = _default;