UNPKG

@sotatech/node-fixjs

Version:
15 lines (14 loc) 223 B
/** * Relative quality of indication * tag: 25 * @readonly * @enum {string} (char) */ export declare enum IOIQltyInd { /** High */ High = "H", /** Low */ Low = "L", /** Medium */ Medium = "M" }