Interface ManageGraphOutput

Output returned to the supervisor agent.

interface ManageGraphOutput {
    acknowledged: boolean;
    message: string;
}

Properties

acknowledged: boolean
message: string