import type { Game } from "@types"; import { db } from "../level"; import { levelKeys } from "./keys"; export const gamesSublevel = db.sublevel(levelKeys.games, { valueEncoding: "json", });