@e-trias/woonplan 1.2.1 → 1.2.3
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 +5 -4
package/package.json
CHANGED
package/types.d.ts
CHANGED
|
@@ -912,6 +912,7 @@ export interface IGasfreeoption{
|
|
|
912
912
|
sortorder : number
|
|
913
913
|
riskfactor : number
|
|
914
914
|
gasfreeoptionmeasures ?: IGasfreeoptionmeasure[]
|
|
915
|
+
measures ?: IMeasure[]
|
|
915
916
|
}
|
|
916
917
|
export interface IGasfreeoptionmeasure{
|
|
917
918
|
id : string
|
|
@@ -1403,11 +1404,11 @@ export interface IAppliedMeasure{
|
|
|
1403
1404
|
measuretype : string
|
|
1404
1405
|
name : string
|
|
1405
1406
|
reinvestments ?: {
|
|
1406
|
-
investment :
|
|
1407
|
-
years :
|
|
1407
|
+
investment : string
|
|
1408
|
+
years : string
|
|
1408
1409
|
}[]
|
|
1409
1410
|
maintenances ?: {
|
|
1410
|
-
investment :
|
|
1411
|
-
years :
|
|
1411
|
+
investment : string
|
|
1412
|
+
years : string
|
|
1412
1413
|
}[]
|
|
1413
1414
|
}
|