Data interface for the type of an actor run result.

interface IActorQueryResultSerializeOutput {
    data: ReadableStream;
}

Hierarchy (view full)

Properties

Properties

data: ReadableStream

A readable string stream in a certain SPARQL serialization that was serialized.