Member Junction
    Preparing search index...

    Result returned when the panel closes after an action

    interface AgentRequestPanelResult {
        Action: "responded" | "approved" | "rejected" | "cancelled";
        Request?: MJAIAgentRequestEntity;
        Success: boolean;
    }
    Index

    Properties

    Action: "responded" | "approved" | "rejected" | "cancelled"

    The action that was taken

    The updated request entity

    Success: boolean

    Whether an action was taken (responded, approved, rejected)