Type Alias MeetingsUpdateLiveMeetingMessagePathParams

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