Data interface for the type of an actor run result.

interface IActorRdfResolveHypermediaLinksOutput {
    links: ILink[];
}

Hierarchy (view full)

Properties

Properties

links: ILink[]

An array of links to follow.