export interface IConfigSettingItem { settingItem: { key: string; value: string; source: string; links: { self: string; }; }; }