Loading backend/src/place/dto/get-place.dto.ts +2 −0 Original line number Diff line number Diff line Loading @@ -10,4 +10,6 @@ export class GetPlaceDto { coords: string; openAt: number; closeAt: number; startDate: Date; endDate: Date; } Loading
backend/src/place/dto/get-place.dto.ts +2 −0 Original line number Diff line number Diff line Loading @@ -10,4 +10,6 @@ export class GetPlaceDto { coords: string; openAt: number; closeAt: number; startDate: Date; endDate: Date; }