import { MessageRTCIdBody } from './messageRTCIdBody.js'; type MessageRTCAnswerBody = { answer: string; isFromMb: boolean; sessionDestination: string; } & MessageRTCIdBody; export type { MessageRTCAnswerBody };