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.

5 lines (4 loc) 286 B
import { ApiRequest } from "../@types"; export declare const downloadData: ({ url, endpoint, errorFn, pathRest, params, headers, apiName, fileName, download, methods, onSuccess, }?: Partial<ApiRequest<any> & { download?: boolean | undefined; }>) => Promise<string | undefined>;