UNPKG

@sotatech/node-fixjs

Version:
12 lines (11 loc) 205 B
/** * Action to be taken for the ValueCheckType(1869). * tag: 1870 * @readonly * @enum {number} (int) */ export declare enum ValueCheckAction { DoNotCheck = 0, Check = 1, BestEffort = 2 }