/**
 * 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;
}
