initial commit
This commit is contained in:
commit
7e466e29d2
28 changed files with 17360 additions and 0 deletions
6
utils/proxy-service-keys.ts
Normal file
6
utils/proxy-service-keys.ts
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
import type { ProxyServiceKey } from "@webext-core/proxy-service";
|
||||
import type { BlockedSitesRepo } from "./blocked-site-repo";
|
||||
import type { TodosRepo } from "./todo-repo";
|
||||
|
||||
export const BLOCKED_SITES_REPO_KEY = 'blocked-sites-repo' as ProxyServiceKey<BlockedSitesRepo>;
|
||||
export const TODOS_REPO_KEY = 'todos-repo' as ProxyServiceKey<TodosRepo>;
|
||||
Loading…
Add table
Add a link
Reference in a new issue