DBRequest

data class DBRequest(val type: Type, val payload: String)

Constructors

Link copied to clipboard
constructor(type: Type, payload: String)

Properties

Link copied to clipboard
Link copied to clipboard
val type: Type