UNPKG

ofx4js

Version:

A javascript OFX library, ported from OFX4J

18 lines (17 loc) 345 B
/** * The application context. */ export interface OFXApplicationContext { /** * The current application id. * * @return The current application id. */ getAppId(): string; /** * The application version. * * @return The application version. */ getAppVersion(): string; }