Type alias WretchDeferredCallback<T, C, R>

WretchDeferredCallback<T, C, R>: ((wretch, url, options) => Wretch<T, C, any>)

Type Parameters

  • T

  • C

  • R

Type declaration

    • (wretch, url, options): Wretch<T, C, any>
    • Callback provided to the defer function allowing to chain deferred actions that will be stored and applied just before the request is sent.

      Parameters

      Returns Wretch<T, C, any>

Generated using TypeDoc