7 lines
138 B
TypeScript
7 lines
138 B
TypeScript
export type State = {
|
|
keybinds: boolean;
|
|
solver: boolean;
|
|
};
|
|
|
|
export const STORAGE_KEY = "wov_assassins_convention_tweaks_state";
|