Suite intégration jeu

This commit is contained in:
batche
2022-12-21 10:05:36 +01:00
parent 77857a873d
commit d6da8bf70b
3 changed files with 14 additions and 15 deletions

View File

@@ -1,6 +1,9 @@
import { IsBoolean, IsNotEmpty, IsNumber, IsString } from "class-validator";
export class UpdateGameDto {
@IsString()
@IsNotEmpty()
gameServerIdOfTheMatch : string
@IsNumber()
@IsNotEmpty()
playerOneUsernameResult : number