@adcp/client API Reference - v4.19.0
    Preparing search index...

    Interface GovernanceCondition

    A condition that must be met before the action can proceed.

    interface GovernanceCondition {
        field: string;
        requiredValue?: unknown;
        reason: string;
    }
    Index

    Properties

    field: string

    Dot-path to the field that needs adjustment

    requiredValue?: unknown

    The value the field must have for approval. When present, condition is machine-actionable.

    reason: string

    Why this condition is required