Interface IQueryOperationResultBase

interface IQueryOperationResultBase {
    context?: IActionContext;
    type: string;
}

Hierarchy (view full)

Properties

Properties

context?: IActionContext

The resulting action context.

type: string

The type of output.