UNPKG

@heknon/node-webtop

Version:

A Backend for an unofficial WebTop (SmartSchool - Israel) API.

12 lines (11 loc) 301 B
import { SchoolHour, Lesson, Class } from "../DataObjects"; import { Moment } from "moment"; export interface Test { date: Moment, schoolHours: SchoolHour[] | string, name: string, type: string, room: string | number, subject: Lesson, classesWithTest: Class[] }