import { InternalIdKey } from "../../core/types/common/index.js"; import { Types } from "../../core/types/index.js"; //#region src/sdui/from/schedules.d.ts declare namespace OutTypes { type division = Pick; type group = Omit; type person = Omit; type teacher = Omit & { person: OutTypes.person; }; type location = Omit; type course = Omit; type event = Omit; type exception = Omit; } //#endregion export { OutTypes }; //# sourceMappingURL=schedules.d.ts.map