UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

9 lines (7 loc) 191 B
type TelephonyEasyMiniPabxHuntingAgent = { agentNumber?: string; logged?: boolean; noReplyTimer?: number; position?: number; }; export { TelephonyEasyMiniPabxHuntingAgent };