Package-level declarations

Types

Link copied to clipboard
@Serializable
data class DeletedObject(val objectType: String? = null, val id: String? = null, val deleted: Boolean? = null)

The DeletedObject class represents an item that has been deleted from the database.