UNPKG

@iotile/iotile-cloud

Version:

A typescript library for interfacing with the IOTile Cloud API

10 lines (9 loc) 191 B
export declare class IndexFile { id: string; title: string; url: string; fileType: string; createdOn: Date; createdBy: number; constructor(data?: any); }