export interface Activity { title: string coverImage: string description: string date: string organizer: string }