UNPKG

@iotile/iotile-cloud

Version:

A typescript library for interfacing with the IOTile Cloud API

9 lines (8 loc) 201 B
export declare class Streamer { readonly id: number; readonly slug: string; readonly device: string; readonly index: number; readonly lastID: number; constructor(data?: any); }