DatabaseData

@Serializable
data class DatabaseData(val schema: List<SchemaItem>, val data: List<List<RoomCell?>>, val totalItems: Int)

Constructors

Link copied to clipboard
constructor(schema: List<SchemaItem>, data: List<List<RoomCell?>>, totalItems: Int)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard