package cbl.js.kotlin data class ScopeDto ( val scopeName: String, val databaseName: String, val isError: Boolean)