Type Alias WebinarsDeleteLiveWebinarMessagePathParams

WebinarsDeleteLiveWebinarMessagePathParams: {
    messageId: string;
    webinarId: number;
}