export interface CreateSponsorCommand { name: string; contactEmail: string; websiteUrl?: string; logoUrl?: string; }