Skip to content
Snippets Groups Projects

Development

Merged Ghost User requested to merge Development into testing
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
import { Game_PersonEntity } from '../game/game.entity';
import { Allow } from 'class-validator';
export class TrackingDTO {
@Allow()
data: JSON;
gamepersonId: Game_PersonEntity;
}
Loading