export interface Setting { SettingName: string; Value: string; Description: string; }