UNPKG

zaccl

Version:

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

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