interface earthquakeTypes { reconnectTimes: number; websocketUrl: string; areasCsvUrl: string; } interface weatherTypes { splitCount: number; } export interface configTypes { earthquake: earthquakeTypes; weather: weatherTypes; apiToken: string; uwuzuServer: string; }