Type Alias WikidataRestFetcher
WikidataRestFetcher: {
entityFetch: (entityParams: URLSearchParams) => Promise<any>;
restSearchFetch: (searchParams: URLSearchParams) => Promise<any>;
searchFetch: (searchParams: URLSearchParams) => Promise<any>;
}
Type declaration
entityFetch: (entityParams: URLSearchParams) => Promise<any>
restSearchFetch: (searchParams: URLSearchParams) => Promise<any>
searchFetch: (searchParams: URLSearchParams) => Promise<any>