mirror of
https://github.com/redphx/better-xcloud.git
synced 2025-08-05 12:56:42 +02:00
Use PartialRecord type
This commit is contained in:
@@ -18,7 +18,7 @@ import { ControllerCustomizationsTable } from "./local-db/controller-customizati
|
||||
|
||||
|
||||
export type StreamSettingsData = {
|
||||
settings: Partial<Record<PrefKey, any>>;
|
||||
settings: PartialRecord<PrefKey, any>;
|
||||
xCloudPollingMode: 'none' | 'callbacks' | 'navigation' | 'all';
|
||||
|
||||
deviceVibrationIntensity: number;
|
||||
|
Reference in New Issue
Block a user