export type BrowserPreferencesPcm = { deviceName?: string; }; export type BrowserPreferencesWebCamera = { zoom?: number; }; export type BrowserPreferencesState = { webCamera?: BrowserPreferencesWebCamera; pcm?: BrowserPreferencesPcm; };