@tripathirajan/fetcher - v1.0.2
    Preparing search index...

    Type Alias ResponseInterceptor

    ResponseInterceptor: (response: Response) => Promise<Response> | Response

    A function to intercept and modify the response after it is received.

    Type declaration

      • (response: Response): Promise<Response> | Response
      • Parameters

        • response: Response

          The Response object containing the response data.

        Returns Promise<Response> | Response

        A Promise resolving to the modified Response object or the original one.