Data interface for the type of an actor run result.

interface IActorRdfUpdateHypermediaOutput {
    destination: IQuadDestination;
}

Hierarchy (view full)

Properties

Properties

destination: IQuadDestination

The destination for quads.