import { Moment } from "moment"; //#region src/core/interfaces/other/etc.d.ts type DateType = Moment | string | Date; type Partner = 'schoolsoft' | 'sdui' | 'additio' | 'pupil' | 'konecto'; type OrganizationType = 'school' | 'sports_facility'; type Theme = 'royal_schedule' | 'schoolsoft' | 'sdui' | 'additio' | 'pupil' | 'konecto'; type IntegrationTypes = 'Admentum' | 'Gotit' | 'Infomentor' | 'Adelaskola' | 'SchoolSoft' | 'vKlass' | 'IST' | 'Quiculum' | 'Meitner' | 'Sdui' | 'Additio' | 'Pupil' | 'Konecto' | 'Edlevo' | 'Unikum' | 'Edaktus'; type SamlProvider = 'microsoft'; type Access = { CREATE: 'create'; READ: 'read'; UPDATE: 'update'; DELETE: 'delete'; }; type Role = 'admin' | 'partner' | 'administrator' | 'unrestricted' | 'restricted' | 'demo'; //#endregion export { Access, DateType, IntegrationTypes, OrganizationType, Partner, Role, SamlProvider, Theme }; //# sourceMappingURL=etc.d.ts.map