@nats-io/jetstream
    Preparing search index...

    Type Alias SeqMsgRequest

    Stream sequence number of the message to retrieve

    type SeqMsgRequest = {
        seq: number;
    }
    Index

    Properties

    Properties

    seq: number