Type Alias WebinarsGetWebinarRegistrantPathParams

WebinarsGetWebinarRegistrantPathParams: {
    registrantId: string;
    webinarId: number;
}