UNPKG

@iotile/iotile-cloud

Version:

A typescript library for interfacing with the IOTile Cloud API

11 lines (10 loc) 216 B
export declare class OrgTemplate { id: number; name: string; slug: string; version?: string; createdOn: Date; extraData: any; constructor(data?: any); getExtraData(): any; }