UNPKG

@setu/upi-deep-links

Version:

NPM package to connect to Setu's UPI Deep Link APIs

5 lines (4 loc) 313 B
import { AxiosError } from "axios"; import { SetuResponseBase, SetuUPIDeepLinkParams } from "./types"; export declare const setuErrorHandler: (error: AxiosError<SetuResponseBase<unknown>>) => Promise<never>; export declare const getAxiosInstance: (params: SetuUPIDeepLinkParams) => import("axios").AxiosInstance;