Skip to content
Snippets Groups Projects

GeoJSON data to database

Merged Ghost User requested to merge GeoJSON2 into Development
4 files
+ 20
2
Compare changes
  • Side-by-side
  • Inline
Files
4
import { IsString, IsJSON } from 'class-validator';
import { IsString, IsJSON } from 'class-validator';
 
/*
 
DTO: MapMarker
 
- represents servers data handling.
 
*/
 
export class MapMarkerDTO {
export class MapMarkerDTO {
@IsString()
@IsString()
Loading