backend without errors

This commit is contained in:
2025-10-11 19:56:43 +02:00
parent 738b7f645a
commit 85dca0ba41
11 changed files with 212 additions and 344 deletions

View File

@@ -24,7 +24,6 @@ export interface TimeSlot {
}
export interface Shift {
timeSlot: any;
id: string;
planId: string;
timeSlotId: string;