mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-21 10:03:56 +00:00
feat: signout modal text
This commit is contained in:
@@ -127,12 +127,7 @@ export interface Game {
|
||||
|
||||
export type LibraryGame = Omit<Game, "repacks">;
|
||||
|
||||
export type RunningGameEvent = {
|
||||
id: number;
|
||||
sessionDurationInMillis: number;
|
||||
}[];
|
||||
|
||||
export interface RunningGame {
|
||||
export interface GameRunning {
|
||||
id: number;
|
||||
title: string;
|
||||
iconUrl: string;
|
||||
|
||||
Reference in New Issue
Block a user