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

    Interface TrendPoint

    interface TrendPoint {
        maturityLevel?: string;
        runId: string;
        runType: string;
        score: number;
        timestamp: number;
    }
    Index
    maturityLevel?: string
    runId: string
    runType: string
    score: number
    timestamp: number