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