Data interface for the type of an actor run result.

interface IActorQuerySourceIdentifyHypermediaOutput {
    dataset?: string;
    source: IQuerySource;
}

Hierarchy (view full)

Properties

Properties

dataset?: string

The dataset that was handled.

source: IQuerySource

The new source of quads contained in the document.