export default interface IApplicationConfiguration { serverStatsUrl: string; serverMapUrl: string; updateIntervalSeconds: number; serverPassword: string; }