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) 197 B
import { ApiRequest } from "../@types"; export declare const deleteData: ({ url, endpoint, errorFn, pathRest, params, body, headers, apiName, onSuccess, }?: Partial<ApiRequest>) => Promise<any>;