UNPKG

linkup-sdk

Version:
5 lines 282 B
import { LinkupError } from '../errors'; import type { LinkupApiError } from '../types'; export declare const concatErrorAndDetails: (e: LinkupApiError) => string; export declare const refineError: (e: LinkupApiError) => LinkupError; //# sourceMappingURL=refine-error.utils.d.ts.map