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

    Interface TrustTranslation

    Trust translation table for converting between scoring systems.

    interface TrustTranslation {
        mappings: DimensionMapping[];
        sourceSystem: string;
        targetSystem: string;
    }
    Index
    mappings: DimensionMapping[]
    sourceSystem: string
    targetSystem: string