4 lines
138 B
TypeScript
4 lines
138 B
TypeScript
|
import createStorage from "@lib/storage";
|
||
|
import { Settings } from "@types";
|
||
|
|
||
|
export default createStorage<Settings>("VENDETTA_SETTINGS");
|