@iotize/tap
Version:
IoTize Device client for Javascript
11 lines (10 loc) • 349 B
TypeScript
/**
* Generated file. Do not edit
*/
import { ServiceCallType } from '@iotize/tap';
export declare const SERVICE_CALLS: {
getEnabled: ServiceCallType<void, boolean>;
putEnabled: ServiceCallType<boolean, void>;
getApplicationData: ServiceCallType<void, number>;
putApplicationData: ServiceCallType<Uint8Array, void>;
};