@adcp/sdk API Reference - v7.9.0
    Preparing search index...

    Type Alias ReallocationAutonomy

    ReallocationAutonomy:
        | { reallocation_unlimited: true }
        | { reallocation_threshold: number }

    Budget reallocation autonomy. Exactly one field must be set; the runtime validator validateGovernancePlan is the source of truth. The structural type does not enforce mutual exclusion because PlanBudget carries an index signature for forward-compatibility with schema additions.