feat: adding initial leveldb configuration

This commit is contained in:
Chubby Granny Chaser 2025-01-15 17:00:27 +00:00
parent 2c5fb8a037
commit 08bcf09641
No known key found for this signature in database
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,6 @@
import type { Cracker, DownloadSourceStatus, Downloader } from "@shared";
import type { SteamAppDetails } from "./steam.types";
import type { Subscription } from "./level.types";
export type GameStatus =
| "active"