Data interface for the type of an actor run result.

interface IActorParseOutput<T, K> {
    data: T & Readable;
    metadata?: K;
}

Type Parameters

Hierarchy (view full)

Properties

Properties

data: T & Readable

The resulting data stream.

metadata?: K

Any metadata produced from Parsing