UNPKG

@sotatech/node-fixjs

Version:
13 lines (12 loc) 221 B
/** * Type of throttle. * tag: 1612 * @readonly * @enum {number} (int) */ export declare enum ThrottleType { /** Inbound Rate */ InboundRate = 0, /** Outstanding Requests */ OutstandingRequests = 1 }