export interface IAppSettings { readonly serverUrlsUrl: string; readonly clientId: string; }