mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
feat: game session start time stamp
This commit is contained in:
parent
800e99fda0
commit
188fe4537a
9 changed files with 45 additions and 34 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue