Skip to content
Snippets Groups Projects
Commit 94bf1872 authored by L4168's avatar L4168
Browse files

update dto

parent 2835e383
No related branches found
No related tags found
3 merge requests!59Development to master,!44Development to testing,!41Draw update
......@@ -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;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment