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

    Interface RosterLegality

    The full roster-legality verdict: per-unit loadout + army-construction.

    interface RosterLegality {
        units: UnitLegality[];
        army: RosterViolation[];
    }
    Index

    Properties

    Properties

    units: UnitLegality[]