UNPKG

@bakesaled/muster

Version:

A tool that collects your financial information from the web.

7 lines (6 loc) 248 B
import { OfxConnectionStatus } from './ofx-response-status'; export declare class OfxConnectionError extends Error { errorCode: number; ofxConnectionStatus: OfxConnectionStatus; constructor(errorCode: number, ...params: any[]); }