UNPKG

@getgreenspark/reports

Version:
25 lines (24 loc) 526 B
/** * 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 InlineResponse2008 */ export interface InlineResponse2008 { /** * The total number of impacts. * @type {number} * @memberof InlineResponse2008 */ value?: number; }