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

    Interface Violation

    A loadout-rule violation. id is the offending weapon/wargear id.

    interface Violation {
        id: string;
        code: "exceeds-max" | "below-min";
        message: string;
    }
    Index

    Properties

    Properties

    id: string
    code: "exceeds-max" | "below-min"
    message: string