Type Alias ConfiguredMiddleware

ConfiguredMiddleware: ((next: FetchLike) => FetchLike)

A ready to use middleware which is called before the request is sent. Input is the next middleware in the chain, then url and options. Output is a promise.