Use PartialRecord type

This commit is contained in:
redphx
2024-12-23 05:38:01 +07:00
parent 7b60ba3a3e
commit 560a4c309c
5 changed files with 10 additions and 10 deletions

View File

@@ -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;