can you pull out an interface from `User`? if yes,...
# announcements
k
can you pull out an interface from
User
? if yes, you can do
Copy code
data class UserWrapper(private val user: User, val transactionId: String): User by user