Split room image ordering for room and room type
All checks were successful
build-and-deploy / build-deploy (push) Successful in 32s

This commit is contained in:
androidlover5842
2026-01-27 16:12:55 +05:30
parent 083909938a
commit 518a5bb359
4 changed files with 12 additions and 12 deletions

View File

@@ -40,8 +40,8 @@ data class RoomImageResponse(
val contentType: String,
val sizeBytes: Long,
val tags: Set<String>,
val sortOrder: Int?,
val category: String?,
val roomSortOrder: Int?,
val roomTypeSortOrder: Int?,
val createdAt: String
)