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

    Type Alias StartTimeMsgRequest

    Start time for the message. This is only supported on servers 2.11.0 and better.

    type StartTimeMsgRequest = {
        start_time: Date | string;
    }
    Index

    Properties

    Properties

    start_time: Date | string