type PushData = { caller_id: string; caller_client_type?: string; conversation_id: string; endpoint: string; is_video: boolean; token: string; sdp_offer?: string; name?: string; image?: string; }; export default PushData;