update Device response

This commit is contained in:
2024-12-10 19:33:12 +01:00
parent b3bef7cd6d
commit 32bfd089fd
2 changed files with 1 additions and 4 deletions

View File

@@ -11,9 +11,6 @@ object Device {
data class Response(
val id: UUID,
val type: UUID,
)
data class Identity(
val identity: String,
)
}