mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: remove unused vars from ci
This commit is contained in:
parent
629b005ea4
commit
856a4c706a
4 changed files with 2 additions and 8 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue