/**
 * This file was generated by st-open-api
 */
export interface IImpactContributionCalculationPathParameter {
    netValue: number;
    projectId: string;
}
