UNPKG

@getgreenspark/reports

Version:
39 lines (38 loc) 824 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 InlineResponse2002 */ export interface InlineResponse2002 { /** * The name of the trigger. * @type {string} * @memberof InlineResponse2002 */ trigger?: string; /** * The type of the spending. * @type {string} * @memberof InlineResponse2002 */ type?: string; /** * The amount of the spending. * @type {number} * @memberof InlineResponse2002 */ amount?: number; }