UNPKG

@iotize/tap

Version:

IoTize Device client for Javascript

11 lines (10 loc) 414 B
/** * Generated file. Do not edit */ import { SlaveServerRawConfig } from './models'; import { ServiceCallType } from '@iotize/tap'; export declare const SERVICE_CALLS: { getProtocolConfiguration: ServiceCallType<void, SlaveServerRawConfig>; postProtocolConfiguration: ServiceCallType<SlaveServerRawConfig, void>; putProtocolConfiguration: ServiceCallType<SlaveServerRawConfig, void>; };