/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type StationShiftPlanDTO = { shiftPlanId?: number; stationId?: number; }