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