//#region src/core/interfaces/vertices/properties/planned-scheduled-duration.d.ts /** * The planned/expected total weekly minutes of schedule events assigned to a teacher */ type PlannedScheduledDuration = { /** * The planned/expected total weekly minutes of schedule events assigned to a teacher */ weekly?: number | null; }; //#endregion export { PlannedScheduledDuration }; //# sourceMappingURL=planned-scheduled-duration.d.ts.map