ailoy-node
    Preparing search index...

    Interface MessageOutputIteratorResult

    interface MessageOutputIteratorResult {
        done: boolean;
        value: MessageOutput;
    }
    Index

    Properties

    Properties

    done: boolean