export interface PrefChangeEvent { type?: string; name?: string; value?: string; }