UNPKG

netatmo-nodejs-api

Version:
30 lines (27 loc) 686 B
/* tslint:disable */ /* eslint-disable */ /** * Legrand - Netatmo - BTicino, Home + Security * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) * * OpenAPI spec version: 1.1.2 * Contact: contact-api@netatmo.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * Do not edit the class manually. */ /** * * * @export * @interface InlineResponse2006 */ export interface InlineResponse2006 { /** * @type {string} * @memberof InlineResponse2006 * @example You will retrieve a 120x120 JPG */ IMAGE?: string; }