UNPKG

@iotile/iotile-cloud

Version:

A typescript library for interfacing with the IOTile Cloud API

13 lines (12 loc) 242 B
export declare class PropertyTemplate { id?: number; name: string; org?: string; type: string; default: string; enums: Array<string>; extra?: any; rawData: any; constructor(data: any); toJson(): any; }