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