Add ordered categories for room images
All checks were successful
build-and-deploy / build-deploy (push) Successful in 28s

This commit is contained in:
androidlover5842
2026-01-27 16:04:01 +05:30
parent 46f9fecf4a
commit 7934b7efd5
4 changed files with 28 additions and 4 deletions

View File

@@ -38,6 +38,8 @@ data class RoomImageResponse(
val thumbnailUrl: String,
val contentType: String,
val sizeBytes: Long,
val sortOrder: Int?,
val category: String?,
val createdAt: String
)