UNPKG

ofx4js

Version:

A javascript OFX library, ported from OFX4J

9 lines (8 loc) 195 B
/** * Type of sale for stocks and mutual funds. */ export declare enum SellType { SELL = 0, SELL_SHORT = 1 } export declare function SellType_fromOfx(ofxVal: string): SellType;