UNPKG

@iotile/iotile-cloud

Version:

A typescript library for interfacing with the IOTile Cloud API

16 lines (15 loc) 328 B
export declare class DataBlock { id: number; slug: string; title: string; org: string; block: number; sensorGraphSlug: string; createdOn: Date; createdBy: Date; description: string; pid: string; onComplete: any; constructor(data: any); getPostPayload(): any; }