UNPKG

@hublaw/ofx-parser

Version:

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

5 lines (4 loc) 97 B
export interface AccountBalanceModel { balanceAmount?: number; balanceAsOf?: Date; }