UNPKG

zaccl

Version:

The Zoom App Complete Connection Library, a project that handles everything required to build a zoom-integrated app.

11 lines (9 loc) 177 B
/** * Throttle limit headers * @author Gabe Abrams */ enum ThrottleHeader { DailyLimitHeader = 'daily-limit', RateLimitHeader = 'qps', }; export default ThrottleHeader;