feat: signout modal text

This commit is contained in:
Zamitto 2024-06-20 18:09:49 -03:00
parent 468af807b0
commit adcb505ab7
10 changed files with 47 additions and 49 deletions

View file

@ -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;