export interface Preference { compact: boolean; theme: 'light' | 'dark'; } export interface Preference { compact: boolean; theme: 'light' | 'dark'; }