vigiles API reference
    Preparing search index...

    Interface ArmsCheckReport

    Per-arm CheckReports — arms[name].perCheck[i] aligns across arms.

    interface ArmsCheckReport {
        arms: Record<string, CheckReport>;
    }
    Index

    Properties

    Properties

    arms: Record<string, CheckReport>