Data interface for the type of an actor run result.

interface IActorOptimizeQueryOperationOutput {
    context: IActionContext;
    operation: Operation;
}

Hierarchy (view full)

Properties

Properties

operation: Operation