added support for room_types (#183)

* added support for room_types

* backwards compability
This commit is contained in:
Arwid Thornström
2025-12-16 10:44:24 +01:00
committed by GitHub
parent c3f160b8ea
commit a298b3474e
2 changed files with 14 additions and 2 deletions
+1
View File
@@ -374,6 +374,7 @@ type Interior {
roomName: String
position: Int
roomType: String
roomTypes: [String]
"""
uri is set when there is a generated file on s3, null otherwise
"""