energy-flow-control--types-and-enums 1.0.220 → 1.0.222
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/src/types/index.d.ts +1 -5
package/package.json
CHANGED
package/src/types/index.d.ts
CHANGED
|
@@ -243,11 +243,7 @@ export interface IBuilding extends ITimeTravelProps {
|
|
|
243
243
|
description: string | null
|
|
244
244
|
}
|
|
245
245
|
|
|
246
|
-
export interface IBuildingAccommodation {
|
|
247
|
-
validFrom: Date
|
|
248
|
-
validUntil: Date | null
|
|
249
|
-
|
|
250
|
-
id: number
|
|
246
|
+
export interface IBuildingAccommodation extends ITimeTravelProps {
|
|
251
247
|
name: string
|
|
252
248
|
buildingId: number
|
|
253
249
|
floor: string
|