export interface UserSetting { id: string; key: string; value: string; }