@e-trias/woonplan 1.3.302 → 1.3.303
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/types.d.ts +1 -1
package/package.json
CHANGED
package/types.d.ts
CHANGED
|
@@ -2548,7 +2548,7 @@ export interface ICustomBlockedAdviceCombination{
|
|
|
2548
2548
|
gasfreeoption : string | undefined
|
|
2549
2549
|
solar ?: string
|
|
2550
2550
|
years ?: number
|
|
2551
|
-
loans
|
|
2551
|
+
loans : IPreferredFinancingOption[]
|
|
2552
2552
|
}
|
|
2553
2553
|
|
|
2554
2554
|
export interface IBuildingSettings{
|