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

    Type Alias Destroyable

    type Destroyable = {
        destroy(): Promise<void>;
    }
    Index

    Methods

    Methods

    • Destroys a resource on the server. Returns a promise that resolves to true whene the operation has been completed

      Returns Promise<void>