UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

8 lines (6 loc) 183 B
type TelephonyConferenceRoomsStatistics = { activeRoomsCount?: number; participantsCount?: number; roomsCount?: number; }; export { TelephonyConferenceRoomsStatistics };