UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

4 lines (2 loc) 225 B
type TelephonyEasyMiniPabxHuntingStrategyEnum = 'cyclic' | 'leastIdleSinceLastCall' | 'linear' | 'mostIdleSinceLastCall' | 'mostIdleSinceLogging' | 'parallel' | 'random'; export { TelephonyEasyMiniPabxHuntingStrategyEnum };