mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: signout modal text
This commit is contained in:
parent
468af807b0
commit
adcb505ab7
10 changed files with 47 additions and 49 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue