DatabaseWrapped

@Serializable
data class DatabaseWrapped(val tables: List<Table>, val name: String)

Constructors

Link copied to clipboard
constructor(tables: List<Table>, name: String)

Properties

Link copied to clipboard
Link copied to clipboard