/** * ViewData for SponsorDashboard */ export interface SponsorDashboardViewData { sponsorId: string; sponsorName: string; }