Type Alias MeetingsGetMeetingRegistrantPathParams

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