chore: Use the types from the fronted system

This commit is contained in:
BluJ
2023-02-13 16:58:04 -07:00
parent 2989347a55
commit 1c4a14d631
13 changed files with 252 additions and 273 deletions

1
mod.ts
View File

@@ -7,3 +7,4 @@ export * as util from "./util.ts";
export * as C from "./config/mod.ts";
export * as config from "./config/mod.ts";
export { Backups } from "./backups.ts";
export * as configTypes from "./types/config-types.ts";