Comunica
    Preparing search index...

    Interface IActorParseOutput<T, K>

    Data interface for the type of an actor run result.

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

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    data: T & Readable

    The resulting data stream.

    metadata?: K

    Any metadata produced from Parsing