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

Properties

Properties

operation: Operation