@e-trias/woonplan 1.0.72 → 1.0.73
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 +7 -0
package/package.json
CHANGED
package/types.d.ts
CHANGED
|
@@ -206,6 +206,13 @@ export interface IHousetemplateCalculationDataForHousetype{
|
|
|
206
206
|
floor : number
|
|
207
207
|
roof : number
|
|
208
208
|
}
|
|
209
|
+
energylossesPerm2 ?: {
|
|
210
|
+
wall : number
|
|
211
|
+
floor : number
|
|
212
|
+
roof : number
|
|
213
|
+
windowframepart : number
|
|
214
|
+
|
|
215
|
+
}
|
|
209
216
|
}
|
|
210
217
|
|
|
211
218
|
export interface IHousetemplate{
|