mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-20 09:43:57 +00:00
feat: game session start time stamp
This commit is contained in:
@@ -127,7 +127,13 @@ export interface Game {
|
||||
|
||||
export type LibraryGame = Omit<Game, "repacks">;
|
||||
|
||||
export type RunningGameEvent = {
|
||||
id: number;
|
||||
sessionStartTimestamp: number;
|
||||
}[];
|
||||
|
||||
export interface RunningGame {
|
||||
id: number;
|
||||
title: string;
|
||||
iconUrl: string;
|
||||
objectID: string;
|
||||
|
||||
Reference in New Issue
Block a user