UNPKG

@iotize/tap

Version:

IoTize Device client for Javascript

16 lines (15 loc) 582 B
/** * Generated file. Do not edit */ import { ServiceCallType } from '@iotize/tap'; export declare const SERVICE_CALLS: { getName: ServiceCallType<void, string>; putName: ServiceCallType<string, void>; changePassword: ServiceCallType<string, void>; changePasswordKey: ServiceCallType<Uint8Array, void>; getSessionLifetime: ServiceCallType<void, number>; putSessionLifetime: ServiceCallType<number, void>; getAlias: ServiceCallType<void, number>; putAlias: ServiceCallType<number, void>; create: ServiceCallType<void, void>; };