export interface RefreshServiceConfiguration {
    enable: boolean;
    refreshIntervalMinutes: number;
}
