@getgreenspark/reports
Version:
Greenspark Reports API SDK
45 lines (44 loc) • 973 B
text/typescript
/* 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 InlineResponse2004
*/
export interface InlineResponse2004 {
/**
* The type of the spending.
* @type {string}
* @memberof InlineResponse2004
*/
type?: string;
/**
* The amount of the spending.
* @type {number}
* @memberof InlineResponse2004
*/
amount?: number;
/**
* The project of the spending.
* @type {string}
* @memberof InlineResponse2004
*/
projectId?: string;
/**
* The month when your impacts were created.
* @type {string}
* @memberof InlineResponse2004
*/
month?: string;
}