This commit is contained in:
Trit0 2025-06-29 17:41:13 -04:00
parent fdb414df59
commit b07616086c
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ export namespace models {
Modification: string;
Files: string;
PublicRepositoryLink: string;
Genres: string[];
Genres: string;
Developers: string;
Title: string;

View File

@ -14,7 +14,7 @@ type Game struct {
Modification string
Files string
PublicRepositoryLink string
Genres []string
Genres string
Developers string
Title string
}