UNPKG

@appello/services

Version:

Services package with api / graphql

3 lines (2 loc) 204 B
import { AxiosBaseQueryParams, AxiosBaseQueryReturn } from './types'; export declare const axiosBaseQuery: ({ api, transformResponse, handleRequestError, }: AxiosBaseQueryParams) => AxiosBaseQueryReturn;