UNPKG

simple-queries-react

Version:

Simple Queries React: Streamlined requests, powerful results. Transform your API calls into something simple, fast, and scalable with just a few lines of code.

3 lines (2 loc) 242 B
import { FetchDownload } from "../@types"; export declare const fetchDownloadRequest: ({ url, endpoint, errorFn, pathRest, params, headers, methods, apiName, fileName, download, onSuccess, }?: FetchDownload) => Promise<string | undefined>;