UNPKG

ofx4js

Version:

A javascript OFX library, ported from OFX4J

15 lines (14 loc) 241 B
export declare enum AccountStatus { /** * Available, but not yet requested. */ AVAIL = 0, /** * Requested, but not yet available. */ PEND = 1, /** * Active. */ ACTIVE = 2 }