UNPKG

@getgreenspark/reports

Version:
27 lines (26 loc) 566 B
/* tslint:disable */ /* eslint-disable */ /** * Reporting * Here you can find documentation and examples for Greenspark Reporting API * * OpenAPI spec version: v1 * * * 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 InlineResponse2007 */ export interface InlineResponse2007 { /** * The spending on impacts. * @type {number} * @memberof InlineResponse2007 */ value?: number; }