Data interface for the type of an actor run result.

interface IActorQueryProcessOutput {
    result: IQueryOperationResult | IQueryExplained;
}

Hierarchy (View Summary)

Properties

Properties

Result of the query processing.