Type Alias WebinarsGetWebinarTrackingSourcesResponse
WebinarsGetWebinarTrackingSourcesResponse: {
total_records?: number;
tracking_sources?: {
id?: string;
registration_count?: number;
source_name?: string;
tracking_url?: string;
visitor_count?: number;
}[];
}