/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ import type { CalendarEntryDTO } from './CalendarEntryDTO'; export type ShiftPlanUpdateDTO = { archivedTime?: string; autoId?: string; calendarEntries?: Array; description?: string; extId?: string; id?: number; name?: string; tagId?: string; }