UNPKG

node-ovh-ts

Version:

OVH API wrapper library for TypeScript

21 lines (18 loc) 642 B
import { TelephonyCallsGeneratorHangupCauseEnum } from './TelephonyCallsGeneratorHangupCauseEnum.js'; type TelephonyCallsGenerated = { answerDatetime?: Date | null; application?: string | null; applicationResult?: string | null; billingNumber?: string; callCreatedDatetime?: Date | null; callDuration?: number | null; callee?: string | null; caller?: string | null; dtmf?: string | null; hangupCause?: TelephonyCallsGeneratorHangupCauseEnum | null; hangupDatetime?: Date | null; identifier?: string; transferFrom?: string | null; uuid?: string; }; export { TelephonyCallsGenerated };