UNPKG

@sotatech/node-fixjs

Version:
17 lines (16 loc) 293 B
/** * Time unit associated with protection term events. * tag: 40196 * @readonly * @enum {string} (String) */ export declare enum ProtectionTermEventUnit { /** Day */ Day = "D", /** Week */ Week = "Wk", /** Month */ Month = "Mo", /** Year */ Year = "Yr" }