Type Alias MeetingsDeleteLiveMeetingMessagePathParams

MeetingsDeleteLiveMeetingMessagePathParams: {
    meetingId: number;
    messageId: string;
}