UNPKG

@hublaw/ofx-parser

Version:

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

6 lines (5 loc) 236 B
import { OfxInvestmentAccount } from './ofx-body'; import { AccountModel } from '../account.model'; export declare class OfxInvestmentAccountAdapter { static convertToAccount(accountInfo: OfxInvestmentAccount): AccountModel; }