UNPKG

@uigstudio/uig-nextjs-helper

Version:

``` npm install @uig/uig-nextjs-helper ``` or ``` yarn add -D @uig/uig-nextjs-helper ```

3 lines (2 loc) 181 B
import { ApiErrorType, NestedApiErrorType } from './types/api'; export declare const parseApiError: (error: NestedApiErrorType | ApiErrorType | string | unknown) => ApiErrorType;