//#region src/Additio/types/options.d.ts type Options = { /** * If we should include events (lessons) in the export. * @default true */ includeEvents?: boolean; /** * If we should include complementary times (locked times of type 'COMPLEMENTARY_TIME') in the export. * @default true */ includeComplementaryTimes?: boolean; }; //#endregion export { Options }; //# sourceMappingURL=options.d.ts.map