UNPKG

wfm-mobile-core

Version:

WFM Mobile Core

10 lines (9 loc) 217 B
export interface IWorkingScheduleDay { date: string; productionCalendarEntryType: string; timeInterval: { endTime: string; startTime: string; }; workingScheduleEntryType: string; }