@runloop/remote-agents-sdk
    Preparing search index...

    Type Alias ReviewDecision

    ReviewDecision:
        | "approved"
        | {
            approved_execpolicy_amendment: {
                proposed_execpolicy_amendment: ExecPolicyAmendment;
            };
        }
        | "approved_for_session"
        | {
            network_policy_amendment: {
                network_policy_amendment: NetworkPolicyAmendment;
            };
        }
        | "denied"
        | "timed_out"
        | "abort"

    User's decision in response to an ExecApprovalRequest.