UNPKG

@iotize/tap

Version:

IoTize Device client for Javascript

8 lines (7 loc) 311 B
import { SlaveServerServiceExtended } from './service-custom'; declare module '@iotize/tap/lib/service-container' { interface ServiceContainer { slaveServer: SlaveServerServiceExtended; } } export declare const _TAP_SERVICE_EXTENSION_SLAVESERVER_: import("@iotize/tap").ServiceContainer;