@iotize/tap
Version:
IoTize Device client for Javascript
12 lines (11 loc) • 373 B
TypeScript
/**
* Generated file. Do not edit
*/
import { LoraConfig } from './models';
import { ServiceCallType } from '@iotize/tap';
export declare const SERVICE_CALLS: {
getIds: ServiceCallType<void, Uint8Array>;
putIds: ServiceCallType<Uint8Array, void>;
getConfig: ServiceCallType<void, LoraConfig>;
putConfig: ServiceCallType<LoraConfig, void>;
};