@book000/pixivts - v0.61.1
    Preparing search index...

    Type Alias ResponseInterceptor

    ResponseInterceptor: (record: ResponseRecord) => void | Promise<void>

    A callback invoked after every successful API response.

    Implementations should be non-blocking — awaiting a slow DB write here will add latency to every API call. Consider queueing the record and writing asynchronously if persistence latency matters.

    Type Declaration