UNPKG

@sotatech/node-fixjs

Version:
13 lines (12 loc) 244 B
/** * Indicates the type of Network Response Message. * tag: 937 * @readonly * @enum {number} (int) */ export declare enum NetworkStatusResponseType { /** Full */ Full = 1, /** Incremental Update */ IncrementalUpdate = 2 }