/** * ViewData for Sponsor */ export interface SponsorViewData { id: string; name: string; logoUrl?: string; websiteUrl?: string; }