UNPKG

@sotatech/node-fixjs

Version:
11 lines (10 loc) 196 B
/** * Indicates whether the margin described is posted or received. * tag: 2851 * @readonly * @enum {number} (int) */ export declare enum MarginDirection { Posted = 0, Received = 1 }