export interface IConfigSetting {
    BaseApiUrl: String;
    Environment: any;
}
