refactor(data): add type constraint to REDUX_STORE_MAPPINGS

This commit is contained in:
icarus 2025-10-20 01:06:11 +08:00
parent 695afb6f75
commit 08d8f70752

View File

@ -737,7 +737,7 @@ export const REDUX_STORE_MAPPINGS = {
targetKey: 'shortcut.app.exit_fullscreen'
}
]
} as const
} as const satisfies Record<string, Array<{ originalKey: string; targetKey: string }>>
// === AUTO-GENERATED CONTENT END ===