bugfix: overlapped appointments now made possible. selection popup added for overlapped banners.

This commit is contained in:
2026-05-17 17:42:59 +03:30
parent e119d02759
commit 8278fd9012
6 changed files with 553 additions and 94 deletions

View File

@@ -0,0 +1,4 @@
import { PartialType } from '@nestjs/swagger';
import { CreateAppointmentDto } from './create-appointment.dto';
export class UpdateAppointmentDto extends PartialType(CreateAppointmentDto) {}