Calendar/wwwroot/js/configuration/WorkWeekSettings.d.ts

10 lines
172 B
TypeScript
Raw Normal View History

2026-02-03 00:02:25 +01:00
/**
* Work week configuration settings
*/
export interface IWorkWeekSettings {
id: string;
workDays: number[];
totalDays: number;
firstWorkDay: number;
}