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

    Interface NormRoster

    Normalised roster input shared by checkRoster (from a full Roster) and the check_roster_legality runner op (from a compact spec), so the two entry points run the exact same checks.

    interface NormRoster {
        factionId: string | null;
        battleSize: BattleSize | null;
        forceDisposition: string | null;
        detachmentIds: string[];
        units: NormUnit[];
    }
    Index

    Properties

    factionId: string | null
    battleSize: BattleSize | null
    forceDisposition: string | null
    detachmentIds: string[]
    units: NormUnit[]