/**
 * This file was generated by st-open-api
 */
import { IImagesOrderListProject } from './interface/i-images-order-list-project';
export interface IOrderListProject {
    amount?: number;
    country?: string;
    currency?: string;
    description?: string;
    images?: Array<IImagesOrderListProject>;
    price?: string;
    projectId?: string;
    projectName?: string;
    region?: string;
    technology?: string;
    type?: string;
    unit?: string;
}
