Skip to content
Snippets Groups Projects
Commit ec581e59 authored by Samuli Virtapohja's avatar Samuli Virtapohja
Browse files

add allow

parent 1a6bc9c4
No related branches found
No related tags found
2 merge requests!59Development to master,!31Development
This commit is part of merge request !31. Comments created here will be created in the context of that merge request.
import { Game_PersonEntity } from '../game/game.entity';
import { Allow } from 'class-validator';
export class TrackingDTO {
@Allow()
data: JSON;
gamepersonId: Game_PersonEntity;
}
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