mirror of
https://github.com/donpat1to/Schichtenplaner.git
synced 2026-01-21 10:29:41 +01:00
added listing shift plans
This commit is contained in:
@@ -26,6 +26,7 @@ export interface ShiftPlanShift {
|
||||
id: string;
|
||||
shiftPlanId: string;
|
||||
date: string;
|
||||
name: string;
|
||||
startTime: string;
|
||||
endTime: string;
|
||||
requiredEmployees: number;
|
||||
|
||||
Reference in New Issue
Block a user