TypeEffectivenessMatchup.kt

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

import java.math.BigDecimal

data class TypeEffectivenessMatchup(
    val defendingType: TypeEffectivenessTypeView,
    val multiplier: BigDecimal?,
    val status: String,
)