UNPKG

skola24-node

Version:

Library that provides convenient access to the Skola24 API.

19 lines 347 B
export declare enum SelectionType { Class = 0, Course = 1, Group = 2, Room = 3, Signature = 4, Person = 5, Subject = 6, Teacher = 7 } export declare enum ScheduleDay { WholeWeek = 0, Monday = 1, Tuesday = 2, Wednesday = 3, Thursday = 4, Friday = 5 } //# sourceMappingURL=helperEnums.d.ts.map