UNPKG

@iotile/iotile-cloud

Version:

A typescript library for interfacing with the IOTile Cloud API

7 lines (6 loc) 130 B
export interface ServerInformation { shortName: string; longName: string; url: string; default?: boolean; }