@s2-dev/streamstore - v0.18.1
    Preparing search index...

    Type Alias S2RequestOptions

    Per-request options that apply to all SDK operations.

    type S2RequestOptions = {
        signal?: AbortSignal;
    }
    Index

    Properties

    Properties

    signal?: AbortSignal

    Optional abort signal to cancel the underlying HTTP request.