wretch
    Preparing search index...

    Type Alias WretchDeferredCallback<T, C, R, E, CatcherResult, Result>

    WretchDeferredCallback: (
        wretch: T & Wretch<T, C, R, E, CatcherResult>,
        url: string,
        options: WretchOptions,
    ) => Result

    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

    Type Declaration