Type Alias MeetingsDeleteMeetingRegistrantPathParams

MeetingsDeleteMeetingRegistrantPathParams: {
    meetingId: number;
    registrantId: string;
}