UNPKG

@hublaw/ofx-parser

Version:

A tool that converts financial data from OFX to JS Object.

6 lines (5 loc) 272 B
import { AccountModel } from '../account.model'; import { OfxBankAccount, OfxBankAccountFrom } from './ofx-body'; export declare class OfxBankAccountAdapter { static convertToAccount(accountInfo: OfxBankAccount, accountFrom?: OfxBankAccountFrom): AccountModel; }