export interface SunTimes { date: string; sunrise: string; sunset: string; }