Skip to content
Snippets Groups Projects

Development to testing

Merged Ghost User requested to merge Development into testing
1 file
+ 0
9
Compare changes
  • Side-by-side
  • Inline
@@ -12,16 +12,7 @@ export class MapDrawingDTO {
@IsOptional()
@IsUUID('4')
gameId: GameEntity;
@IsOptional()
@IsUUID('4')
faction?: FactionEntity;
@IsBoolean()
drawingIsActive?: boolean;
drawingValidTill?: string;
}
export class ReturnDrawingsDTO {
@IsOptional()
@IsUUID('4')
factionId: FactionEntity;
}
Loading