export type State = { keybinds: boolean; solver: boolean; }; export const STORAGE_KEY = "wov_assassins_convention_tweaks_state";