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

    Interface Condition

    interface Condition {
        field: string;
        operator: ComparisonOp;
        value: string | number | boolean | string[];
    }
    Index
    field: string
    operator: ComparisonOp
    value: string | number | boolean | string[]