UNPKG

ofx4js

Version:

A javascript OFX library, ported from OFX4J

9 lines (8 loc) 149 B
/** * @see "Section 7.1.5, OFX Spec" */ export declare enum ClientRoutingCapability { NONE = 0, SERVICE = 1, MESSAGE_SET = 2 }