Closed Laurin-W closed 3 weeks ago
I was running into issues because the semantic data provider's fetch function options parameter type was different to the options of typeof fetchUtils.fetchJson. The data provider's fetch property now has the type typeof fetchUtils.fetchJson.
options
typeof fetchUtils.fetchJson
fetch
Also added the type information for the function that creates a data provider using a config objects.
I was running into issues because the semantic data provider's fetch function
options
parameter type was different to the options oftypeof fetchUtils.fetchJson
. The data provider'sfetch
property now has the typetypeof fetchUtils.fetchJson
.