feat: remove unused vars from ci

This commit is contained in:
Zamitto 2024-08-19 20:02:41 -03:00
parent 629b005ea4
commit 856a4c706a
4 changed files with 2 additions and 8 deletions

View file

@ -141,6 +141,7 @@ export interface Game {
export type LibraryGame = Omit<Game, "repacks">;
export interface GameRunning {
id?: number;
title: string;
iconUrl: string | null;
objectID: string;