UNPKG

ofx4js

Version:

A javascript OFX library, ported from OFX4J

8 lines (7 loc) 201 B
import { BasePosition } from "./BasePosition"; /** * Represents other types of positions. * @see "Section 13.9.2.6.1, OFX Spec" */ export declare class OtherPosition extends BasePosition { }