@alpaca-software/40kdc-data
    Preparing search index...

    Type Alias TargetProfileRef

    type TargetProfileRef = {
        unit: Unit;
        profileIndex: number;
        modelCount?: number;
    }
    Index

    Properties

    unit: Unit
    profileIndex: number
    modelCount?: number

    Override target model count (otherwise read from unit.model_count.min).