@undp/carbon-library 1.0.293-CARBON-Sprint-54.7 → 1.0.293-CARBON-Sprint-54.9

Sign up to get free protection for your applications and to get access to all the features.
@@ -18,6 +18,10 @@ export declare enum InvestmentCreationType {
18
18
  EXISTING = "Existing",
19
19
  NEW = "New"
20
20
  }
21
+ export declare enum InvestmentOwnershipType {
22
+ PROJECT = "Project",
23
+ NATIONAL = "National"
24
+ }
21
25
  export declare enum InvestmentStream {
22
26
  CLIMATE_FINANCE = "ClimateFinance",
23
27
  CARBON_MARKET = "CarbonMarket"