Interface FetchProviderOptions

interface FetchProviderOptions {
    fetch?: Fetch;
    headers?: Record<string, string>;
}

Hierarchy-Diagram

UML class diagram of FetchProviderOptions
Legend
icon for an interface in the UML class diagram interface

Hierarchy (view full)

Properties

Properties

fetch?: Fetch

Fetch instance, must be provided in non-browser environments. You can use the node-fetch package in Node.js.

headers?: Record<string, string>

Headers that will be applied to every request