UpsertTypeEffectivenessMatrixCommand.kt

package io.github.lishangbu.avalon.dataset.api.model

data class UpsertTypeEffectivenessMatrixCommand(
    val cells: List<TypeEffectivenessMatrixCellInput> = emptyList(),
)