UserUpdated

data class UserUpdated(val username: String, val email: String) : UserEvent

Event to represent a user that has been updated.

Constructors

Link copied to clipboard
constructor(username: String, email: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard