export interface Activity { startTime?: string; endTime?: string; }