export interface System { type: number; id: number; country: string; sunrise: number; sunset: number; }