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

    Interface PartnerFieldReviewDecision

    interface PartnerFieldReviewDecision {
        decision: string;
        field: string;
        ownerId?: string | null;
        supported: boolean;
    }
    Index
    decision: string
    field: string
    ownerId?: string | null
    supported: boolean