[Settings] Overhaul

This commit is contained in:
Beef 2023-01-10 08:05:56 +00:00
parent a46c9c8828
commit 304757d374
8 changed files with 105 additions and 69 deletions

5
src/lib/settings.ts Normal file
View file

@ -0,0 +1,5 @@
import createStorage from "@lib/storage";
import { Settings } from "@types";
// TODO: Switch to using 'any' as type?
export default createStorage<Settings>("VENDETTA_SETTINGS");