mimiq
    Preparing search index...

    Interface CheckResult

    interface CheckResult {
        checks: CheckItem[];
        failedChecks: CheckItem[];
        passed: boolean;
    }
    Index

    Properties

    checks: CheckItem[]
    failedChecks: CheckItem[]
    passed: boolean