Type Alias WretchDeferredCallback<T, C, R>

WretchDeferredCallback<T, C, R>: ((wretch: T & Wretch<T, C, R>, url: string, options: WretchOptions) => 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.

Type Parameters

  • T
  • C
  • R