The fetch config option is typed as GlassnodeFetch, the call the client
actually makes, which also accepts string-only custom fetches. FetchFn still means
typeof fetch (and a FetchFn value is still accepted as the option); use GlassnodeFetch to
type a custom fetch for the client.
The standard
fetchtype (typeof fetch).