UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

14 lines (12 loc) 292 B
type TelephonyConferenceParticipants = { arrivalDateTime?: Date; callerName?: string; callerNumber?: string; energy?: number; floor?: boolean; hear?: boolean; id?: number; speak?: boolean; talking?: boolean; }; export { TelephonyConferenceParticipants };