nope/modules/xetics-lean-connector/generated/models/ShiftPlanUpdateDTO.ts
2021-08-26 20:47:05 +02:00

16 lines
364 B
TypeScript

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