UNPKG

@climatepartner/climatepartner-api-sdk

Version:

The ClimatePartner API provides one uniform public API to customers of ClimatePartner.

23 lines (22 loc) 564 B
/** * This file was generated by st-open-api */ import { ISdgsOrderListProject } from './interface/i-sdgs-order-list-project'; export interface IOrderListProject { amount?: number; country?: string; coverPhoto?: string; currency?: string; description?: string; images?: Array<string>; price?: string; projectId?: string; projectName?: string; projectTitle?: string; projectWebsite?: string; region?: string; sdgs?: Array<ISdgsOrderListProject>; technology?: string; type?: string; unit?: string; }