Incremunica
    Preparing search index...

    Type Alias QuerySourceStreamExpanded

    type QuerySourceStreamExpanded = {
        context?: IActionContext;
        type: "stream";
        value: AsyncIterator<IQuerySourceStreamElement>;
    }
    Index

    Properties

    Properties

    context?: IActionContext
    type: "stream"
    value: AsyncIterator<IQuerySourceStreamElement>