@e-trias/woonplan 1.0.68 → 1.0.71
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 +2 -2
package/package.json
CHANGED
package/types.d.ts
CHANGED
|
@@ -149,7 +149,7 @@ export type IHousetemplateCalculationDataPerHousetype = {
|
|
|
149
149
|
export interface IHousetype{
|
|
150
150
|
id : string
|
|
151
151
|
deleted : boolean
|
|
152
|
-
name :
|
|
152
|
+
name : string
|
|
153
153
|
}
|
|
154
154
|
|
|
155
155
|
export interface IHousetemplateCalculationData{
|
|
@@ -182,7 +182,7 @@ export interface IHousetemplateCalculationData{
|
|
|
182
182
|
|
|
183
183
|
export interface IHousetemplate{
|
|
184
184
|
id ?: string
|
|
185
|
-
calculationdata ?:
|
|
185
|
+
calculationdata ?: string
|
|
186
186
|
}
|
|
187
187
|
|
|
188
188
|
export interface Solarapicall{
|