Type Alias PhoneCalleeCallLogCompletedEvent
PhoneCalleeCallLogCompletedEvent: Event<"phone.callee_call_log_completed"> & { event: string; event_ts: number; payload: { account_id: string; object: { call_logs: { answer_start_time?: string; call_end_time?: string; call_id: string; call_type?: string; callee_country_code?: string; callee_country_iso_code?: string; callee_did_number?: string; callee_location?: string; callee_name?: string; callee_number: string; callee_number_source?: string; callee_number_type: number; callee_user_id?: string; caller_country_code?: string; caller_country_iso_code?: string; caller_did_number?: string; caller_location?: string; caller_name?: string; caller_number: string; caller_number_source?: string; caller_number_type: number; caller_user_id?: string; client_code?: string; cost_center?: string; date_time: string; department?: string; direction?: string; duration?: number; forwarded_by?: { extension_number?: string; extension_type?: string; location?: string; name?: string; number_type?: number; phone_number?: string; }; forwarded_to?: { extension_number?: string; extension_type?: string; location?: string; name?: string; number_type?: number; phone_number?: string; }; has_recording?: boolean; has_voicemail: boolean; hold_time?: number; id: string; path: string; recording_id?: string; recording_type?: string; result: string; site?: { id?: string }; waiting_time?: number; }[]; user_id: string; }; };}