wip 2
This commit is contained in:
parent
fdb414df59
commit
b07616086c
@ -14,7 +14,7 @@ export namespace models {
|
||||
Modification: string;
|
||||
Files: string;
|
||||
PublicRepositoryLink: string;
|
||||
Genres: string[];
|
||||
Genres: string;
|
||||
Developers: string;
|
||||
Title: string;
|
||||
|
||||
|
||||
@ -14,7 +14,7 @@ type Game struct {
|
||||
Modification string
|
||||
Files string
|
||||
PublicRepositoryLink string
|
||||
Genres []string
|
||||
Genres string
|
||||
Developers string
|
||||
Title string
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user