UNPKG

absolute-widget

Version:

An embeddable User Login and Registration using Absolute & PasswordLess with consent page

6 lines (5 loc) 189 B
import { AxiosError } from 'axios'; export declare function handle3rdPartyHttpError(error: AxiosError<unknown, any>, apiCode: string): { errorCode: string; errorMessage: string; };