game background image profile page

This commit is contained in:
Zamitto 2024-06-19 20:01:50 -03:00
parent 4a59a52174
commit 56c3607400
8 changed files with 71 additions and 8 deletions

View file

@ -133,6 +133,7 @@ export interface RunningGame {
objectID: string;
shop: GameShop;
sessionStartTimestamp: number;
cover: string;
}
export interface DownloadProgress {