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

    Type Alias LastForMsgRequest

    Retrieves the last message with the given subject

    type LastForMsgRequest = {
        last_by_subj: string;
    }
    Index

    Properties

    Properties

    last_by_subj: string