UNPKG

@iotile/iotile-cloud

Version:

A typescript library for interfacing with the IOTile Cloud API

12 lines (11 loc) 323 B
export declare class StreamerReport { readonly id: number; readonly streamer: string; readonly originalLastId: number; readonly originalFirstId: number; readonly firstId: number; readonly lastID: number; readonly created: Date; readonly sent: Date; constructor(data?: any); }