Type alias ConfiguredMiddleware

ConfiguredMiddleware: ((next) => FetchLike)

Type declaration

    • (next): 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.

      Parameters

      Returns FetchLike

Generated using TypeDoc