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

    Type Alias KvDeleteOptions

    type KvDeleteOptions = {
        previousSeq: number;
    }
    Index

    Properties

    Properties

    previousSeq: number

    If set the KV must be at the current sequence or the put will fail.