Type Alias WebinarRegistrationCancelledEvent
WebinarRegistrationCancelledEvent: Event<"webinar.registration_cancelled"> & { event: string; event_ts: number; payload: { account_id: string; object: { duration: number; host_id: string; id: number; occurrences?: ExactlyOneOf< [{ occurrence_id: string; start_time: string }], >[]; registrant: { email: string; first_name: string; id: string; last_name?: string; tracking_source?: { id: string; source_name: string; tracking_url: string; }; }; start_time: string; timezone: string; topic: string; type: number; uuid: string; }; operator: string; operator_id?: string; };}