WIP: Proceed with frontend implementation

This commit is contained in:
Simon Grimme
2022-07-22 12:54:39 +02:00
parent 38028b7e49
commit a06dfa7c47
14 changed files with 96 additions and 50 deletions
@@ -0,0 +1,5 @@
export class GameOverviewDto {
slug!: string;
title!: string;
coverId!: string;
}