UNPKG

@sotatech/node-fixjs

Version:
13 lines (12 loc) 212 B
/** * Type of statistical value. * tag: 2479 * @readonly * @enum {number} (int) */ export declare enum MDStatisticValueType { /** Absolute */ Absolute = 1, /** Percentage */ Percentage = 2 }