export interface UserSetting { name: string; checked: boolean; description?: string; id: string | number; }