UNPKG

@iotize/tap

Version:

IoTize Device client for Javascript

9 lines (8 loc) 324 B
import { TapResponse } from '@iotize/tap'; declare module '../generated/service' { interface InterfaceService { getAppUrl(): Promise<TapResponse<string>>; getAndroidApplicationId(): Promise<TapResponse<string>>; putAndroidApplicationId(value: string): Promise<TapResponse<void>>; } }