export interface SettingInterface { id?: number; setting_key: string; setting_value: string; updated_by: number; }