Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Interface ISO42001CoverageResult

    interface ISO42001CoverageResult {
        controls: { covered: boolean; id: string; title: string }[];
        gaps: string[];
        passedControls: number;
        recommendations: string[];
        score: number;
        totalControls: number;
    }
    Index
    controls: { covered: boolean; id: string; title: string }[]
    gaps: string[]
    passedControls: number
    recommendations: string[]
    score: number
    totalControls: number