Add ordered categories for room images
All checks were successful
build-and-deploy / build-deploy (push) Successful in 28s
All checks were successful
build-and-deploy / build-deploy (push) Successful in 28s
This commit is contained in:
@@ -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
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user