Package-level declarations

Types

Link copied to clipboard
@Serializable
data class ConnectedDevice(val id: String, val brand: String, val model: String, val browser: String? = null, val lastLogin: Long, val type: ConnectedDeviceType)

The ConnectedDevice data class represents the information of a connected device