Skip to content
This repository was archived by the owner on Oct 31, 2025. It is now read-only.

Commit c48ef85

Browse files
committed
feat: made LoadType public
1 parent 334a47c commit c48ef85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ use indexmap::IndexMap;
1616
use serde::Serialize;
1717

1818
pub use crate::{
19-
costs::{Cost, CostPeriod, CostPeriods, CostPeriodsSimple},
19+
costs::{Cost, CostPeriod, CostPeriods, CostPeriodsSimple, LoadType},
2020
country::{Country, CountryInfo},
2121
feed_in_revenue::{FeedInRevenue, FeedInRevenueSimplified},
2222
language::Language,

0 commit comments

Comments
 (0)