Data interface for the type of an actor run result.

interface IActorQuerySourceIdentifyOutput {
    querySource: IQuerySourceWrapper<IQuerySource>;
}

Hierarchy (view full)

Properties

Properties

An identified query source.