export interface SearchShiftsParameters { StartShiftId: number | null; EndShiftId: number | null; }