UNPKG

@iotile/iotile-cloud

Version:

A typescript library for interfacing with the IOTile Cloud API

7 lines (6 loc) 249 B
export declare function streamInDevice(streamSlug: string, deviceSlug: string): boolean; export declare class DataConflictError { userMessage: string; message: string; constructor(userMessage: string, technicalMessage?: string); }