@climatepartner/climatepartner-api-sdk
Version:
The ClimatePartner API provides one uniform public API to customers of ClimatePartner.
11 lines (10 loc) • 307 B
TypeScript
/**
* This file was generated by st-open-api
*/
import { IRothoResponseItemList } from './i-rotho-response-item-list';
import { IValueWithUnit } from './i-value-with-unit';
export interface IRothoCalculationResponse {
items: IRothoResponseItemList;
productId: string;
total: IValueWithUnit;
}